This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 64e5829 gnu: nix: Update to 2.3.16.
64e5829 is described below
commit 64e58296530df8cf7a106fa5797789bc8daf1243
Author: jgart via Guix-patches via <[email protected]>
AuthorDate: Sun Oct 17 08:28:42 2021 -0400
gnu: nix: Update to 2.3.16.
* gnu/packages/package-management.scm (nix): Update to 2.3.16.
Signed-off-by: Tobias Geerinckx-Rice <[email protected]>
---
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 994fe62..b33e08b 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -596,14 +596,14 @@ out) and returning a package that uses that as its
'source'."
(define-public nix
(package
(name "nix")
- (version "2.3.13")
+ (version "2.3.16")
(source (origin
(method url-fetch)
(uri (string-append "https://releases.nixos.org/nix/nix-"
version "/nix-" version ".tar.xz"))
(sha256
(base32
- "0631qk2lgd76y6g2z45wy6lcpv647r2a08jd2dagzzpwniy68d3h"))))
+ "1g5aqavr6i3c1xln53w1pdh1kvlxrpnknb105m4jbd85kyv83rky"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")