Skip to content
Snippets Groups Projects
Commit f8c0c8e4 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to commit 43c082b3.
  (guix): Set to GUIX-DEVEL.
parent 43c082b3
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ (define guix-devel ...@@ -195,7 +195,7 @@ (define guix-devel
;; ;;
;; Note: use a short commit id; when using the long one, the limit on socket ;; Note: use a short commit id; when using the long one, the limit on socket
;; file names is exceeded while running the tests. ;; file names is exceeded while running the tests.
(let ((commit "b485f75")) (let ((commit "43c082b"))
(package (inherit guix-0.9.0) (package (inherit guix-0.9.0)
(version (string-append "0.9.0." commit)) (version (string-append "0.9.0." commit))
(source (origin (source (origin
...@@ -205,7 +205,7 @@ (define guix-devel ...@@ -205,7 +205,7 @@ (define guix-devel
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1frn74y5c3n91qxs5b3sxbr8ai43s6svlb2djfnp7nqbr1ax3mph")) "12ffsyrabsisyf5va4p2csvig6r8g4b7w1dxgsy446l4pjdl7ndh"))
(file-name (string-append "guix-" version "-checkout")))) (file-name (string-append "guix-" version "-checkout"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments guix-0.9.0) (substitute-keyword-arguments (package-arguments guix-0.9.0)
...@@ -234,7 +234,7 @@ (define guix-devel ...@@ -234,7 +234,7 @@ (define guix-devel
("help2man" ,help2man) ("help2man" ,help2man)
,@(package-native-inputs guix-0.9.0)))))) ,@(package-native-inputs guix-0.9.0))))))
(define-public guix guix-0.9.0) (define-public guix guix-devel)
(define-public nix (define-public nix
(package (package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment