unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38747] [PATCH] gnu: nomad: Update to 0.1.2-alpha.
@ 2019-12-26  3:50 Amar M. Singh
  2019-12-30 22:08 ` bug#38747: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Amar M. Singh @ 2019-12-26  3:50 UTC (permalink / raw)
  To: 38747

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]


New in this release:
Build and install TexInfo and HTML manuals.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-nomad-Update-to-0.1.2-alpha.patch --]
[-- Type: text/x-patch, Size: 1584 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38747: [PATCH] gnu: nomad: Update to 0.1.2-alpha.
  2019-12-26  3:50 [bug#38747] [PATCH] gnu: nomad: Update to 0.1.2-alpha Amar M. Singh
@ 2019-12-30 22:08 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-12-30 22:08 UTC (permalink / raw)
  To: Amar M. Singh; +Cc: 38747-done

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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-30 22:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-26  3:50 [bug#38747] [PATCH] gnu: nomad: Update to 0.1.2-alpha Amar M. Singh
2019-12-30 22:08 ` bug#38747: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).