diff mbox series

[bug#38747] gnu: nomad: Update to 0.1.2-alpha.

Message ID 8536d7kanr.fsf@disroot.org
State Accepted
Headers show
Series [bug#38747] gnu: nomad: Update to 0.1.2-alpha. | expand

Commit Message

Amar M. Singh Dec. 26, 2019, 3:50 a.m. UTC
New in this release:
Build and install TexInfo and HTML manuals.

Comments

Ludovic Courtès Dec. 30, 2019, 10:08 p.m. UTC | #1
Hi,

nly@disroot.org (Amar M. Singh) skribis:

>>From e4f07d0f8b08de058af39ec0292f1fdd052afe7f Mon Sep 17 00:00:00 2001
> From: Amar Singh <nly@disroot.org>
> Date: Thu, 26 Dec 2019 09:17:35 +0530
> Subject: [PATCH] gnu: nomad: Update to 0.1.2-alpha.
>
> * gnu/packages/guile-xyz.scm (nomad): Update to 0.1.2-alpha.

Applied, thanks!  Keep up the good work!  :-)

Ludo’.
diff mbox series

Patch

From e4f07d0f8b08de058af39ec0292f1fdd052afe7f Mon Sep 17 00:00:00 2001
From: Amar Singh <nly@disroot.org>
Date: Thu, 26 Dec 2019 09:17:35 +0530
Subject: [PATCH] gnu: nomad: Update to 0.1.2-alpha.

* gnu/packages/guile-xyz.scm (nomad): Update to 0.1.2-alpha.
---
 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 7e7cf34940..22ac72174e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2483,7 +2483,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
@@ -2492,7 +2492,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)
@@ -2501,7 +2501,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)
-- 
2.24.0