[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: guix: Update development snapshot.
From: |
Ludovic Courtès |
Subject: |
03/06: gnu: guix: Update development snapshot. |
Date: |
Fri, 22 May 2015 09:51:22 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 6fb4fb717d32d2999572c972ddf6433864d6becf
Author: Ludovic Courtès <address@hidden>
Date: Fri May 22 09:58:29 2015 +0200
gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to c2ee19e.
---
gnu/packages/package-management.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 45de28e..db05969 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -150,7 +150,7 @@ the Nix package manager.")
;;
;; Note: use a short commit id; when using the long one, the limit on socket
;; file names is exceeded while running the tests.
- (let ((commit "5875eb7"))
+ (let ((commit "c2ee19e"))
(package (inherit guix-0.8.2)
(version (string-append "0.8.2." commit))
(source (origin
@@ -160,7 +160,7 @@ the Nix package manager.")
(commit commit)))
(sha256
(base32
- "0qcq3g0b7fj2xxrdamilwz92502pxdf17j4cj047cxd8652aknjc"))))
+ "1gwc1gypgscxg2m3n2vd0mw4dmxr7vsisqgh3y0lr05q9z5742sj"))))
(arguments
(substitute-keyword-arguments (package-arguments guix-0.8.2)
((#:phases phases)
- branch master updated (4520354 -> 21461f2), Ludovic Courtès, 2015/05/22
- 01/06: syscalls: Add 'restart-on-EINTR'., Ludovic Courtès, 2015/05/22
- 03/06: gnu: guix: Update development snapshot.,
Ludovic Courtès <=
- 02/06: services: swap: Use 'restart-on-EINTR'., Ludovic Courtès, 2015/05/22
- 05/06: doc: Add a cross-reference to "origin Reference"., Ludovic Courtès, 2015/05/22
- 04/06: doc: Make '--manifest' more visible., Ludovic Courtès, 2015/05/22
- 06/06: doc: More cross-references., Ludovic Courtès, 2015/05/22