mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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.
This commit is contained in:
parent
19592539e5
commit
bde902cb78
1 changed files with 3 additions and 3 deletions
|
@ -1330,7 +1330,7 @@ (define-public guile2.2-email
|
||||||
(define-public guile-newt
|
(define-public guile-newt
|
||||||
(package
|
(package
|
||||||
(name "guile-newt")
|
(name "guile-newt")
|
||||||
(version "0.0.2")
|
(version "0.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1339,7 +1339,7 @@ (define-public guile-newt
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gksd1lzgjjh1p9vczghg8jw995d22hm34kbsiv8rcryirv2xy09"))))
|
"0hbznqigdkyh0kdkpnkp7sz2qd0g5dvmibcdi1rki02zg78mzypv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags
|
'(#:make-flags
|
||||||
|
@ -1347,7 +1347,7 @@ (define-public guile-newt
|
||||||
(inputs
|
(inputs
|
||||||
(list guile-3.0 newt))
|
(list guile-3.0 newt))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake pkg-config))
|
(list autoconf automake pkg-config guile-3.0))
|
||||||
(synopsis "Guile bindings to Newt")
|
(synopsis "Guile bindings to Newt")
|
||||||
(description
|
(description
|
||||||
"This package provides bindings for Newt, a programming library for
|
"This package provides bindings for Newt, a programming library for
|
||||||
|
|
Loading…
Reference in a new issue