gnu: guile-dsv: Update to 0.5.2.

* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.2.
  [native-inputs]: Add "help2man".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Artyom V. Poptsov 2023-04-19 19:30:59 +03:00 committed by Ludovic Courtès
parent 6a76811c59
commit fb17c47efe
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -733,7 +733,7 @@ you send to a FIFO file.")
(define-public guile-dsv (define-public guile-dsv
(package (package
(name "guile-dsv") (name "guile-dsv")
(version "0.5.1") (version "0.5.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -742,10 +742,10 @@ you send to a FIFO file.")
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"10wssilin4qphdmmqmms20bp3cy007kh22l1g45wfka0minmhkgs")))) "056wab749fyabklp4srai72dwzihlm6hkcdy1da7d4gh8iqsyqpi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf automake pkg-config texinfo)) (list autoconf automake pkg-config texinfo help2man))
(inputs (list guile-3.0)) (inputs (list guile-3.0))
(propagated-inputs (list guile-lib)) (propagated-inputs (list guile-lib))
(arguments (arguments