diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | 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 4624a731841..9ba7780239e 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm | |||
| @@ -195,9 +195,9 @@ the Nix package manager.") | |||
| 195 | ;; | 195 | ;; |
| 196 | ;; Note: use a very short commit id; with a longer one, the limit on | 196 | ;; Note: use a very short commit id; with a longer one, the limit on |
| 197 | ;; hash-bang lines would be exceeded while running the tests. | 197 | ;; hash-bang lines would be exceeded while running the tests. |
| 198 | (let ((commit "dd21308225610e7adfcbd1bfa07f72a42d7c7c35")) | 198 | (let ((commit "761139354798303c605964b896c250a01486b00a")) |
| 199 | (package (inherit guix-0.10.0) | 199 | (package (inherit guix-0.10.0) |
| 200 | (version (string-append "0.9.0-1." (string-take commit 4))) | 200 | (version (string-append "0.10.0-0." (string-take commit 4))) |
| 201 | (source (origin | 201 | (source (origin |
| 202 | (method git-fetch) | 202 | (method git-fetch) |
| 203 | (uri (git-reference | 203 | (uri (git-reference |
| @@ -205,7 +205,7 @@ the Nix package manager.") | |||
| 205 | (commit commit))) | 205 | (commit commit))) |
| 206 | (sha256 | 206 | (sha256 |
| 207 | (base32 | 207 | (base32 |
| 208 | "1yxjmjjfw2n6hwidrbaawljca11pwzsvif2b02virs94xqdy9zww")) | 208 | "1wvy9kms3v6k7cybw6489mqk161lv8d03qgmmxbmdgiwjmjxbzbn")) |
| 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.10.0) | 211 | (substitute-keyword-arguments (package-arguments guix-0.10.0) |
| @@ -234,7 +234,7 @@ the Nix package manager.") | |||
| 234 | ("help2man" ,help2man) | 234 | ("help2man" ,help2man) |
| 235 | ,@(package-native-inputs guix-0.10.0)))))) | 235 | ,@(package-native-inputs guix-0.10.0)))))) |
| 236 | 236 | ||
| 237 | (define-public guix guix-0.10.0) | 237 | (define-public guix guix-devel) |
| 238 | 238 | ||
| 239 | (define-public nix | 239 | (define-public nix |
| 240 | (package | 240 | (package |
