[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/44: gnu: guix: Run `make update-guix-package'.
From: |
guix-commits |
Subject: |
44/44: gnu: guix: Run `make update-guix-package'. |
Date: |
Tue, 21 Apr 2020 15:48:30 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 2c356841e5d10af387e2c479e0a26bc4a39a5a86
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Fri Apr 10 14:30:35 2020 +0200
gnu: guix: Run `make update-guix-package'.
* gnu/packages/package-management.scm (guix)[source]: Bump to 16.
---
gnu/packages/package-management.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index ba5e4b3..5762024 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -114,8 +114,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
(let ((version "1.1.0")
- (commit "d62c9b2671be55ae0305bebfda17b595f33797f2")
- (revision 0))
+ (commit "8a5791e438d0cbb841bfb9c02b779c27affec781")
+ (revision 1))
(package
(name "guix")
@@ -131,7 +131,7 @@
(commit commit)))
(sha256
(base32
- "0v76hb0pidfgvxa22gq6hqf5yc3m527gl7hpzykazgjh881g2vmy"))
+ "1r10mzw86ffd3vdawylcx97f0i8rqx2fr8m56n95dr9wwbs1ksx4"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
- 23/44: system: hurd: Add the Shepherd., (continued)
- 23/44: system: hurd: Add the Shepherd., guix-commits, 2020/04/21
- 33/44: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/21
- 35/44: system: hurd: Add guix., guix-commits, 2020/04/21
- 36/44: system: hurd: Add the guix service., guix-commits, 2020/04/21
- 32/44: gnu: guix: Cross-build fix: override compressors., guix-commits, 2020/04/21
- 37/44: guile: Disable web-server test on the Hurd., guix-commits, 2020/04/21
- 40/44: gnu: guix: Avoid loading (gnu installer) when cross compiling., guix-commits, 2020/04/21
- 39/44: HACK gnu: python: Disable tests on the Hurd., guix-commits, 2020/04/21
- 42/44: Revert "records: Have ABI check work well for cross-compilation.", guix-commits, 2020/04/21
- 41/44: Revert "compile: Run the load phase within 'with-target'.", guix-commits, 2020/04/21
- 44/44: gnu: guix: Run `make update-guix-package'.,
guix-commits <=
- 38/44: gnu: tcl: Disable troublesome test on the Hurd., guix-commits, 2020/04/21
- 43/44: REMOVEME gnu: guix: Bugfix for cross compiling to the Hurd., guix-commits, 2020/04/21
- 29/44: gnu: guix: Use gnutls-3.6.13 when cross-compiling., guix-commits, 2020/04/21