diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-01-31 10:08:19 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-01-31 10:09:29 +0100 |
commit | e1c3ffcfcdb5f8b9a92da7e6301ce6e3106461e1 (patch) | |
tree | 8e3d51b5e5bdf037975f264a9b1a849500f3877b | |
parent | 2e484e78cd1ba021a87a56e4d94cd315fb19fba9 (diff) | |
download | patches-e1c3ffcfcdb5f8b9a92da7e6301ce6e3106461e1.tar patches-e1c3ffcfcdb5f8b9a92da7e6301ce6e3106461e1.tar.gz |
gnu: scdoc: Update to 1.8.1.
* gnu/packages/man.scm (scdoc): Update to 1.8.1.
-rw-r--r-- | gnu/packages/man.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index fbc5ca27ef..7a81caf19f 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015 Alex Kost <alezost@gmail.com> ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> -;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com> +;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2018, 2019 Marius Bakke <mbakke@fastmail.com> ;;; ;;; This file is part of GNU Guix. @@ -241,7 +241,7 @@ automatically.") (define-public scdoc (package (name "scdoc") - (version "1.6.0") + (version "1.8.1") (source (origin (method url-fetch) @@ -250,7 +250,7 @@ automatically.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1ca3js4arkg28gg2iszxxyrq7kgsrz482d1szv5dfd471h3vr5m3")))) + "1f3qrnbjr9ikbdvpsyx726nyiz4f7ka38rimy9fvbl7kmi62w1v7")))) (build-system gnu-build-system) (arguments `(#:make-flags '("CC=gcc") |