[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: guix: Update to 808f9ff.
From: |
guix-commits |
Subject: |
01/07: gnu: guix: Update to 808f9ff. |
Date: |
Sat, 18 Sep 2021 17:09:32 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7bae88b5b9dcacad4dcd11b353b486dc2f8a78e2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Sep 18 21:13:03 2021 +0200
gnu: guix: Update to 808f9ff.
* gnu/packages/package-management.scm (guix): Update to 808f9ff.
---
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 2611951..6d4dfff 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -137,8 +137,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
(let ((version "1.3.0")
- (commit "6243ad3812f8c689599a19f0e8b9719ba14461f2")
- (revision 5))
+ (commit "808f9ffbd3106da4c92d2367b118b98196c9e81e")
+ (revision 6))
(package
(name "guix")
@@ -154,7 +154,7 @@
(commit commit)))
(sha256
(base32
- "0i3sgk2w2yjy9ip47vk0h17afk16yl5ih3p3q75083kgjzyjdm3d"))
+ "1xrkzi068irc92aqrl7f27hq9ndkwdq43ws4206yab7kcjgvhc9d"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
- branch master updated (337b7f5 -> eb6593c), guix-commits, 2021/09/18
- 01/07: gnu: guix: Update to 808f9ff.,
guix-commits <=
- 04/07: swh: Support downloads of bare Git repositories., guix-commits, 2021/09/18
- 07/07: Update NEWS., guix-commits, 2021/09/18
- 06/07: git: 'reference-available?' recognizes 'tag-or-commit'., guix-commits, 2021/09/18
- 05/07: git: 'update-cached-checkout' can fall back to SWH when cloning., guix-commits, 2021/09/18
- 03/07: import: go: Match "go-import" meta tags anywhere., guix-commits, 2021/09/18
- 02/07: import: go: Improve handling of modules in VCS subdirectories., guix-commits, 2021/09/18