diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-01-15 19:49:47 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-15 19:49:47 +0100 |
commit | a650ee0baa6dc257de428524239d456402a59ae0 (patch) | |
tree | 2246155e183b4ab66bf68a3ec4aedc5de270dfeb /gnu/packages | |
parent | 4aea90b1876179aab8d603a42533a6bdf97ccd3c (diff) | |
download | patches-a650ee0baa6dc257de428524239d456402a59ae0.tar patches-a650ee0baa6dc257de428524239d456402a59ae0.tar.gz |
gnu: guix: Update to 4aea90b.
* gnu/packages/package-management.scm (guix): Update to 4aea90b.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/package-management.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 6becdb22a9..b9e416797c 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -110,8 +110,8 @@ ;; Note: the 'update-guix-package.scm' script expects this definition to ;; start precisely like this. (let ((version "1.0.1") - (commit "f38eabe952608478230895e380ef441d65ea625e") - (revision 11)) + (commit "4aea90b1876179aab8d603a42533a6bdf97ccd3c") + (revision 12)) (package (name "guix") @@ -127,7 +127,7 @@ (commit commit))) (sha256 (base32 - "1wnm1wqa38dpd5bk6avyfm0rgx72vlx36a06scyg8d57kl47mzjf")) + "08h1v9pmhb6pcdhvnhc1gi0nqp78kf68657vlk10abrf7q0cqs6q")) (file-name (string-append "guix-" version "-checkout")))) (build-system gnu-build-system) (arguments |