mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
guile: newt: Update revision to 2.
* gnu/packages/guile.scm (guile-newt): Update revision to 2.
This commit is contained in:
parent
eea7cd7519
commit
2aee2a96b6
1 changed files with 3 additions and 3 deletions
|
@ -2329,8 +2329,8 @@ (define-public guile-debbugs-next
|
|||
|
||||
;; There has not been any release yet.
|
||||
(define-public guile-newt
|
||||
(let ((commit "4eaa3cf84b9b426cc0ff7bec48b76cca6ca3ec83")
|
||||
(revision "1"))
|
||||
(let ((commit "a73889c57b0572347f7641facdb1bcf08922feff")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "guile-newt")
|
||||
(version (string-append "0-" revision "." (string-take commit 9)))
|
||||
|
@ -2342,7 +2342,7 @@ (define-public guile-newt
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ww7jbdsmjlsxm60ym6cb5s5kc4ljz8bn4y2lvcqnap0aihqfk10"))))
|
||||
"0k37vir22r2sq121lyy74grfai4643s7kr55z01k4j0bh27i06c3"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue