forked from tribes/guix
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0dd91619a5 | |||
| ad4953bc0e |
@@ -85,9 +85,9 @@
|
||||
;; Latest version of Guix, which may or may not correspond to a release.
|
||||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "0.13.0")
|
||||
(commit "91c9b5d016ac8bed127557d378c70fbc56cec0e5")
|
||||
(revision 14))
|
||||
(let ((version "0.14.0")
|
||||
(commit "ad4953bc0ec1684c49c0934304c7ec200a0cd280")
|
||||
(revision 1))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1cfkk78baj2fkfq8wwmliwpcmnarjnqlj4sk6q9zf03krs95zfl3"))
|
||||
"0ngra4cb1kf3kwccslmhnvlr116drsnbqrsjniq1hrg5mqf6vf1b"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user