mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: guile-newt: Update to revision 1.
* gnu/packages/guile.scm (guile-newt): Update to revision 1.
This commit is contained in:
parent
1b12b572a5
commit
97f33b05ec
1 changed files with 3 additions and 3 deletions
|
@ -2289,8 +2289,8 @@ (define-public guile-debbugs
|
|||
|
||||
;; There has not been any release yet.
|
||||
(define-public guile-newt
|
||||
(let ((commit "596ad760bee1be419d71271732f0f30eaee55143")
|
||||
(revision "0"))
|
||||
(let ((commit "4eaa3cf84b9b426cc0ff7bec48b76cca6ca3ec83")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "guile-newt")
|
||||
(version (string-append "0-" revision "." (string-take commit 9)))
|
||||
|
@ -2302,7 +2302,7 @@ (define-public guile-newt
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"18qqbi0bc7vp2vlrhib3p3wwgn7wrlv5728dn0avirhw4fxxivnf"))))
|
||||
"0ww7jbdsmjlsxm60ym6cb5s5kc4ljz8bn4y2lvcqnap0aihqfk10"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue