[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: nix: Update to 2.3.8.
From: |
guix-commits |
Subject: |
08/10: gnu: nix: Update to 2.3.8. |
Date: |
Sat, 7 Nov 2020 09:35:43 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 579f49d4cb4ec0ea5a5add08efc2a46c9bbf06f3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 7 15:23:56 2020 +0100
gnu: nix: Update to 2.3.8.
* gnu/packages/package-management.scm (nix): Update to 2.3.8.
---
gnu/packages/package-management.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index f38eb8c..4a7a15c 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -566,14 +566,14 @@ out) and returning a package that uses that as its
'source'."
(define-public nix
(package
(name "nix")
- (version "2.3.7")
+ (version "2.3.8")
(source (origin
(method url-fetch)
(uri (string-append "https://nixos.org/releases/nix/nix-"
version "/nix-" version ".tar.xz"))
(sha256
(base32
- "15p50jkss6szinisb7axhxybgfi29sm9grz7mxwair8ljj2553yx"))))
+ "0amd5nnqslvkfpz042l4ydihw2qsy68nmjbwaagcrggaq4irh4f7"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")
- branch master updated (ab138f8 -> 2c73454), guix-commits, 2020/11/07
- 01/10: gnu: firebird: Tweak description., guix-commits, 2020/11/07
- 03/10: gnu: duperemove: Prepare for cross-compilation., guix-commits, 2020/11/07
- 04/10: gnu: duperemove: Update to 0.11.2., guix-commits, 2020/11/07
- 07/10: gnu: nix: Download source over HTTPS., guix-commits, 2020/11/07
- 06/10: gnu: f3: Update to 8.0., guix-commits, 2020/11/07
- 08/10: gnu: nix: Update to 2.3.8.,
guix-commits <=
- 02/10: gnu: doctest: Update to 2.4.1., guix-commits, 2020/11/07
- 05/10: gnu: f3: Fix cross-compilation., guix-commits, 2020/11/07
- 10/10: gnu: vim: Update to 8.2.1964., guix-commits, 2020/11/07
- 09/10: gnu: zile: Update to 2.4.15., guix-commits, 2020/11/07