~ruther/guix-local

b56724ec5ff996053e0ae3d7ca476fc34f67b097 — Ludovic Courtès 10 years ago 72cd8ec
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 72cd8ec.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/package-management.scm
M gnu/packages/package-management.scm => gnu/packages/package-management.scm +2 -2
@@ 165,7 165,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 "dd91141"))
  (let ((commit "72cd8ec"))
    (package (inherit guix-0.8.2)
      (version (string-append "0.8.2." commit))
      (source (origin


@@ 175,7 175,7 @@ the Nix package manager.")
                      (commit commit)))
                (sha256
                 (base32
                  "05rgz1kkxjsc07asvwrf6gpjc8blpvs5ipbby4kvjjq6j0g2bgxa"))
                  "0mfn3y4kihv6xn3a05zafdswy6v8bncddrn4n4qciinplnyg20wa"))
                (file-name (string-append "guix-" version "-checkout"))))
      (arguments
       (substitute-keyword-arguments (package-arguments guix-0.8.2)