[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-newt: Update to 0.0.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-newt: Update to 0.0.3. |
Date: |
Mon, 08 Aug 2022 04:56:40 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bde902cb78 gnu: guile-newt: Update to 0.0.3.
bde902cb78 is described below
commit bde902cb78c529174155e2d46ed814123182619f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Aug 8 10:54:10 2022 +0200
gnu: guile-newt: Update to 0.0.3.
Fixes: <https://issues.guix.gnu.org/57037>.
* gnu/packages/guile-xyz.scm (guile-newt): Update to 0.0.3.
[native-inputs]: Add guile-3.0 that is required when cross-compiling.
---
gnu/packages/guile-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 3b74540a20..33d64018d3 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1330,7 +1330,7 @@ format.")
(define-public guile-newt
(package
(name "guile-newt")
- (version "0.0.2")
+ (version "0.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1339,7 +1339,7 @@ format.")
(file-name (git-file-name name version))
(sha256
(base32
- "1gksd1lzgjjh1p9vczghg8jw995d22hm34kbsiv8rcryirv2xy09"))))
+ "0hbznqigdkyh0kdkpnkp7sz2qd0g5dvmibcdi1rki02zg78mzypv"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags
@@ -1347,7 +1347,7 @@ format.")
(inputs
(list guile-3.0 newt))
(native-inputs
- (list autoconf automake pkg-config))
+ (list autoconf automake pkg-config guile-3.0))
(synopsis "Guile bindings to Newt")
(description
"This package provides bindings for Newt, a programming library for
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-newt: Update to 0.0.3.,
guix-commits <=