diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-01 19:45:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-01 19:46:08 +0100 |
commit | a9f5a7e14b2f53f84d0adb248d99c671c5702b1a (patch) | |
tree | bf389b4aa53958ca75d07c6f40245f53abb71ee9 /gnu | |
parent | 652cad85fa10e792bd9c4aa6e93ed9d4064bbfb2 (diff) | |
download | patches-a9f5a7e14b2f53f84d0adb248d99c671c5702b1a.tar patches-a9f5a7e14b2f53f84d0adb248d99c671c5702b1a.tar.gz |
gnu: help2man: Update to 1.47.6.
* gnu/packages/man.scm (help2man): Update to 1.47.6.
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 6d1efcee01..b3a688759a 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -186,7 +186,7 @@ Linux kernel and C library interfaces employed by user-space programs.") (define-public help2man (package (name "help2man") - (version "1.47.5") + (version "1.47.6") (source (origin (method url-fetch) @@ -194,7 +194,7 @@ Linux kernel and C library interfaces employed by user-space programs.") version ".tar.xz")) (sha256 (base32 - "1cb14kp380jzk1yi4i7x9d8qplc8c5mgcbgycgs9ggpx34jhp9kw")))) + "0vz4dlrvy4vc6l7w0a7n668pfa0rdm73wr2gar58wqranyah46yr")))) (build-system gnu-build-system) (arguments `(;; There's no `check' target. #:tests? #f)) |