diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-11-04 18:22:21 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-04 18:22:21 +0100 |
| commit | f8c0c8e4bfadf999fac1822a6ac3ce7d22139aee (patch) | |
| tree | 470cb12a789040a48c5e87e4fe571b6546d62374 | |
| parent | 43c082b3618f667ee163dfc6831e6afd1890bf63 (diff) | |
gnu: guix: Update development snapshot.version-0.9.0
* gnu/packages/package-management.scm (guix-devel): Update to commit 43c082b.
(guix): Set to GUIX-DEVEL.
| -rw-r--r-- | gnu/packages/package-management.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index d7dbb7a3b1f..ae52ab8300d 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm | |||
| @@ -195,7 +195,7 @@ the Nix package manager.") | |||
| 195 | ;; | 195 | ;; |
| 196 | ;; Note: use a short commit id; when using the long one, the limit on socket | 196 | ;; Note: use a short commit id; when using the long one, the limit on socket |
| 197 | ;; file names is exceeded while running the tests. | 197 | ;; file names is exceeded while running the tests. |
| 198 | (let ((commit "b485f75")) | 198 | (let ((commit "43c082b")) |
| 199 | (package (inherit guix-0.9.0) | 199 | (package (inherit guix-0.9.0) |
| 200 | (version (string-append "0.9.0." commit)) | 200 | (version (string-append "0.9.0." commit)) |
| 201 | (source (origin | 201 | (source (origin |
| @@ -205,7 +205,7 @@ the Nix package manager.") | |||
| 205 | (commit commit))) | 205 | (commit commit))) |
| 206 | (sha256 | 206 | (sha256 |
| 207 | (base32 | 207 | (base32 |
| 208 | "1frn74y5c3n91qxs5b3sxbr8ai43s6svlb2djfnp7nqbr1ax3mph")) | 208 | "12ffsyrabsisyf5va4p2csvig6r8g4b7w1dxgsy446l4pjdl7ndh")) |
| 209 | (file-name (string-append "guix-" version "-checkout")))) | 209 | (file-name (string-append "guix-" version "-checkout")))) |
| 210 | (arguments | 210 | (arguments |
| 211 | (substitute-keyword-arguments (package-arguments guix-0.9.0) | 211 | (substitute-keyword-arguments (package-arguments guix-0.9.0) |
| @@ -234,7 +234,7 @@ the Nix package manager.") | |||
| 234 | ("help2man" ,help2man) | 234 | ("help2man" ,help2man) |
| 235 | ,@(package-native-inputs guix-0.9.0)))))) | 235 | ,@(package-native-inputs guix-0.9.0)))))) |
| 236 | 236 | ||
| 237 | (define-public guix guix-0.9.0) | 237 | (define-public guix guix-devel) |
| 238 | 238 | ||
| 239 | (define-public nix | 239 | (define-public nix |
| 240 | (package | 240 | (package |
