[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: guix: Update development snapshot.
From: |
Ludovic Courtès |
Subject: |
06/06: gnu: guix: Update development snapshot. |
Date: |
Tue, 22 Nov 2016 23:21:14 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit 66ebb5bca3c072d1887eb09cfa5fb08100127720
Author: Ludovic Courtès <address@hidden>
Date: Wed Nov 23 00:02:11 2016 +0100
gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 1f410017.
---
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 33df607..051dff3 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -222,9 +222,9 @@ the Nix package manager.")
;;
;; Note: use a very short commit id; with a longer one, the limit on
;; hash-bang lines would be exceeded while running the tests.
- (let ((commit "7ca37da855fd921fa3925bb62f8015f770b7e784"))
+ (let ((commit "1f410017ff91458feda8c5788223d17696b71e36"))
(package (inherit guix-0.11.0)
- (version (string-append "0.11.0-3." (string-take commit 4)))
+ (version (string-append "0.11.0-4." (string-take commit 4)))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -234,7 +234,7 @@ the Nix package manager.")
(commit commit)))
(sha256
(base32
- "0bw5y9rgy2jq81lrd0g5c3gqpmlrjlgv0ynn7kz8v08lxkidaw8s"))
+ "1mgzcbf1mry39wvvjflj76zggsshsip2pngxpaf2479yr3ri6v50"))
(file-name (string-append "guix-" version "-checkout"))))
(arguments
(substitute-keyword-arguments (package-arguments guix-0.11.0)
- branch master updated (8957af3 -> 66ebb5b), Ludovic Courtès, 2016/11/22
- 04/06: marionette: Avoid use of SIGALRM for timeouts., Ludovic Courtès, 2016/11/22
- 06/06: gnu: guix: Update development snapshot.,
Ludovic Courtès <=
- 03/06: gnu: Add 'cryptsetup-static'., Ludovic Courtès, 2016/11/22
- 02/06: gnu: Add 'lvm2-static'., Ludovic Courtès, 2016/11/22
- 01/06: gnu: grub: Add dependency on LVM2., Ludovic Courtès, 2016/11/22
- 05/06: Revert "gnu: Update mit-krb5 to version 1.14.4.", Ludovic Courtès, 2016/11/22