[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: guix: Update development snapshot to f888c0b.
From: |
Ludovic Courtès |
Subject: |
02/05: gnu: guix: Update development snapshot to f888c0b. |
Date: |
Wed, 06 Jan 2016 22:08:33 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit dff9141c5ec0dc7554ca8846be43c27bb7ebc3ff
Author: Ludovic Courtès <address@hidden>
Date: Wed Jan 6 21:24:01 2016 +0100
gnu: guix: Update development snapshot to f888c0b.
* gnu/packages/package-management.scm (guix-devel): Update to f888c0b.
---
gnu/packages/package-management.scm | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 9174645..f157d15 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -195,9 +195,9 @@ 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 "5c36edc"))
+ (let ((commit "f888c0b1207a92b0d7af4dcf7fb73cecd1f0b34f"))
(package (inherit guix-0.9.0)
- (version (string-append "0.9.0." commit))
+ (version (string-append "0.9.0." (string-take commit 7)))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -205,7 +205,7 @@ the Nix package manager.")
(commit commit)))
(sha256
(base32
- "008fv3yj1jkxxma9vp8wzmkk3m82kgchaj9y7lpcvkqzcdhz8h7p"))
+ "1g9yxnqg3xl3wk6ps46mbjz5gvbj9cdci7rr7in9mqcqs26llqy1"))
(file-name (string-append "guix-" version "-checkout"))))
(arguments
(substitute-keyword-arguments (package-arguments guix-0.9.0)