diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-07-20 14:14:51 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-20 14:14:51 +0200 |
| commit | b56724ec5ff996053e0ae3d7ca476fc34f67b097 (patch) | |
| tree | 28c5b6d8f0d1392090293abec684b5cf03239b24 | |
| parent | 72cd8ec0b1465ddf5465bc2d75b3ca343aad99dd (diff) | |
gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 72cd8ec.
| -rw-r--r-- | 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 a61a0796424..b8efab8ffb1 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm | |||
| @@ -165,7 +165,7 @@ the Nix package manager.") | |||
| 165 | ;; | 165 | ;; |
| 166 | ;; Note: use a short commit id; when using the long one, the limit on socket | 166 | ;; Note: use a short commit id; when using the long one, the limit on socket |
| 167 | ;; file names is exceeded while running the tests. | 167 | ;; file names is exceeded while running the tests. |
| 168 | (let ((commit "dd91141")) | 168 | (let ((commit "72cd8ec")) |
| 169 | (package (inherit guix-0.8.2) | 169 | (package (inherit guix-0.8.2) |
| 170 | (version (string-append "0.8.2." commit)) | 170 | (version (string-append "0.8.2." commit)) |
| 171 | (source (origin | 171 | (source (origin |
| @@ -175,7 +175,7 @@ the Nix package manager.") | |||
| 175 | (commit commit))) | 175 | (commit commit))) |
| 176 | (sha256 | 176 | (sha256 |
| 177 | (base32 | 177 | (base32 |
| 178 | "05rgz1kkxjsc07asvwrf6gpjc8blpvs5ipbby4kvjjq6j0g2bgxa")) | 178 | "0mfn3y4kihv6xn3a05zafdswy6v8bncddrn4n4qciinplnyg20wa")) |
| 179 | (file-name (string-append "guix-" version "-checkout")))) | 179 | (file-name (string-append "guix-" version "-checkout")))) |
| 180 | (arguments | 180 | (arguments |
| 181 | (substitute-keyword-arguments (package-arguments guix-0.8.2) | 181 | (substitute-keyword-arguments (package-arguments guix-0.8.2) |
