diff options
Diffstat (limited to 'gnu/packages')
| -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 bb2d2a54597..55e5037aba9 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm | |||
| @@ -176,9 +176,9 @@ the Nix package manager.") | |||
| 176 | ;; | 176 | ;; |
| 177 | ;; Note: use a short commit id; when using the long one, the limit on socket | 177 | ;; Note: use a short commit id; when using the long one, the limit on socket |
| 178 | ;; file names is exceeded while running the tests. | 178 | ;; file names is exceeded while running the tests. |
| 179 | (let ((commit "72cd8ec")) | 179 | (let ((commit "5d09263")) |
| 180 | (package (inherit guix-0.8.3) | 180 | (package (inherit guix-0.8.3) |
| 181 | (version (string-append "0.8.2." commit)) | 181 | (version (string-append "0.8.3." commit)) |
| 182 | (source (origin | 182 | (source (origin |
| 183 | (method git-fetch) | 183 | (method git-fetch) |
| 184 | (uri (git-reference | 184 | (uri (git-reference |
| @@ -186,7 +186,7 @@ the Nix package manager.") | |||
| 186 | (commit commit))) | 186 | (commit commit))) |
| 187 | (sha256 | 187 | (sha256 |
| 188 | (base32 | 188 | (base32 |
| 189 | "0mfn3y4kihv6xn3a05zafdswy6v8bncddrn4n4qciinplnyg20wa")) | 189 | "0v5g90di91j218x620shib7xjrjd5dkk4h1zrlg98hdmbgxq5s3j")) |
| 190 | (file-name (string-append "guix-" version "-checkout")))) | 190 | (file-name (string-append "guix-" version "-checkout")))) |
| 191 | (arguments | 191 | (arguments |
| 192 | (substitute-keyword-arguments (package-arguments guix-0.8.3) | 192 | (substitute-keyword-arguments (package-arguments guix-0.8.3) |
| @@ -221,7 +221,7 @@ the Nix package manager.") | |||
| 221 | ("help2man" ,help2man) | 221 | ("help2man" ,help2man) |
| 222 | ,@(package-native-inputs guix-0.8.3)))))) | 222 | ,@(package-native-inputs guix-0.8.3)))))) |
| 223 | 223 | ||
| 224 | (define-public guix guix-0.8.3) | 224 | (define-public guix guix-devel) |
| 225 | 225 | ||
| 226 | (define-public nix | 226 | (define-public nix |
| 227 | (package | 227 | (package |
