diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-07-06 17:42:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-06 17:42:25 +0200 |
commit | c2808d4c678056084412ae388031ea42898b3f6e (patch) | |
tree | b3c4d35a73c21dd79917dfe957c022388358d98c /gnu/packages | |
parent | 871d819965b7e183384f8973c01a95b20a5d7fca (diff) | |
parent | 8694935cc8610a775391309a83980de0e40eb53b (diff) |
Merge branch 'version-0.15.0'
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/package-management.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 1c31230e58..61e203c611 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -100,9 +100,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.14.0") - (commit "7af5c2a248b6c229187fc850517c84b0917c452b") - (revision 13)) + (let ((version "0.15.0") + (commit "4876bc8234095e2af191b0c6470455ce67d9f5f7") + (revision 1)) (package (name "guix") @@ -118,7 +118,7 @@ (commit commit))) (sha256 (base32 - "06kjimcln4ydirgl05qy98kxjyx3l6brxnq1ly7wb85f73s97gix")) + "0qw0ffrxzxfk76pp38kx222ndpsv9mbhlmfycagyipgypgjdd9lq")) (file-name (string-append "guix-" version "-checkout")))) (build-system gnu-build-system) (arguments |