diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 20:47:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 22:07:12 +0200 |
commit | c17f54e73835d43f35c5bdcdf5dae7667f6a2e50 (patch) | |
tree | 59be1dd9c3c9c8b67b1941391c7f74c77f3f47bb /gnu | |
parent | 178f1d1f75a8d512b517f474f63da507beaebd49 (diff) | |
download | patches-c17f54e73835d43f35c5bdcdf5dae7667f6a2e50.tar patches-c17f54e73835d43f35c5bdcdf5dae7667f6a2e50.tar.gz |
gnu: help2man: Update to 1.47.11.
* gnu/packages/man.scm (help2man/latest): Update to 1.47.11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/man.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index f5c888186f..e0e15355dd 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -227,14 +227,14 @@ automatically.") (define-public help2man/latest (package (inherit help2man) - (version "1.47.10") + (version "1.47.11") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/help2man/help2man-" version ".tar.xz")) (sha256 (base32 - "1yywli520246aba12vpgj7bhr1r13swad3xm49a0cygqcgywnwgk")))))) + "123vsimgx8zq1h077sbyh3bd0hbmlc3wih2231wwh133z1bv51ar")))))) (define-public scdoc (package |