guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: nomad: Update to 0.1.2-alpha.


From: guix-commits
Subject: 02/03: gnu: nomad: Update to 0.1.2-alpha.
Date: Mon, 30 Dec 2019 17:19:05 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5f1553ce9ea15584c66d0aa4688e036313d2f0ab
Author: Amar Singh <address@hidden>
Date:   Thu Dec 26 09:17:35 2019 +0530

    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 <address@hidden>
---
 gnu/packages/guile-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 1faf0a5..fa612b6 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2492,7 +2492,7 @@ perform geometrical transforms on JPEG images.")
 (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 @@ perform geometrical transforms on JPEG images.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0abz07hl5dh802ciy71xzkvkhyryypq1i94wna40a2wndbd73f7z"))))
+                "1dnkr1hmvfkwgxd75dcf93pg39yfgawvdpzdhv991yhghv0qxc9h"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
@@ -2510,7 +2510,9 @@ perform geometrical transforms on JPEG images.")
        ("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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]