gnu: nomad: Update to 0.1.2-alpha.

* gnu/packages/guile-xyz.scm (nomad): Update to 0.1.2-alpha.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Amar Singh 2019-12-26 09:17:35 +05:30 committed by Ludovic Courtès
parent c7ca707b59
commit 5f1553ce9e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2492,7 +2492,7 @@ (define-public guile-jpeg
(define-public nomad
(package
(name "nomad")
(version "0.1.1-alpha")
(version "0.1.2-alpha")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2501,7 +2501,7 @@ (define-public nomad
(file-name (git-file-name name version))
(sha256
(base32
"0abz07hl5dh802ciy71xzkvkhyryypq1i94wna40a2wndbd73f7z"))))
"1dnkr1hmvfkwgxd75dcf93pg39yfgawvdpzdhv991yhghv0qxc9h"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
@ -2510,7 +2510,9 @@ (define-public nomad
("pkg-config" ,pkg-config)
("libtool" ,libtool)
("guile" ,guile-2.2)
("glib:bin" ,glib "bin")))
("glib:bin" ,glib "bin")
("texinfo" ,texinfo)
("perl" ,perl)))
(inputs
`(("guile" ,guile-2.2)
("guile-lib" ,guile-lib)