[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Revert "gnu: guix: Update to 1.4.0-11.658de25e99.
From: |
guix-commits |
Subject: |
branch master updated: Revert "gnu: guix: Update to 1.4.0-11.658de25e99." |
Date: |
Mon, 18 Sep 2023 06:35:14 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 273709932f Revert "gnu: guix: Update to 1.4.0-11.658de25e99."
273709932f is described below
commit 273709932fa47f6ae56c96564a9415fdbff4a169
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Sep 18 12:31:50 2023 +0200
Revert "gnu: guix: Update to 1.4.0-11.658de25e99."
Several people on IRC report that "rewrite-url, to-version specified" fails.
This reverts commit 1a0c7f71f0d74167f04377773791305260871b26.
---
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 9db928dea0..cbda40f78b 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -174,8 +174,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
(let ((version "1.4.0")
- (commit "658de25e990a56265e2398a3737e9cf1eb57af68")
- (revision 11))
+ (commit "4dfdd822102690b5687acf28365ab707b68d9476")
+ (revision 10))
(package
(name "guix")
@@ -191,7 +191,7 @@
(commit commit)))
(sha256
(base32
- "039hmqbfkhscjyzrydvz5c8dvddwqdwlxrrl8l60prz0bfhshda9"))
+ "1p21gz2lr7iqvma1m83k2r04w201rzvk31d5kfn2qkr9l0gds4cx"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Revert "gnu: guix: Update to 1.4.0-11.658de25e99.",
guix-commits <=