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:
parent
c7ca707b59
commit
5f1553ce9e
1 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue