[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: nix: Update to 2.3.10.
From: |
guix-commits |
Subject: |
09/09: gnu: nix: Update to 2.3.10. |
Date: |
Sun, 3 Jan 2021 13:41:32 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit eacffb9e68c3b404e256644b74efd7af7ac03bf2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 3 08:35:41 2021 +0100
gnu: nix: Update to 2.3.10.
* gnu/packages/package-management.scm (nix): Update to 2.3.10.
---
gnu/packages/package-management.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 3bce1bd..b731df4 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2017 Muriithi Frederick Muriuki <fredmanglis@gmail.com>
;;; Copyright © 2017, 2018 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
@@ -584,14 +584,14 @@ out) and returning a package that uses that as its
'source'."
(define-public nix
(package
(name "nix")
- (version "2.3.9")
+ (version "2.3.10")
(source (origin
(method url-fetch)
(uri (string-append "https://nixos.org/releases/nix/nix-"
version "/nix-" version ".tar.xz"))
(sha256
(base32
- "1yi2c1fp33sxv9j0pvxlpxs1dhq3axrwkxdwr867ll90lbdiycvj"))))
+ "1axphwkx270c10bjyn4icq9wlx46npgnw0qkpymigl23vramxa58"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")
- branch master updated (98de21a -> eacffb9), guix-commits, 2021/01/03
- 01/09: gnu: youtube-dl: Update to 2021.01.03., guix-commits, 2021/01/03
- 02/09: gnu: buku: Update to 4.5., guix-commits, 2021/01/03
- 03/09: gnu: dav1d: Update to 0.8.1., guix-commits, 2021/01/03
- 04/09: gnu: rust-embed-resource: Update to 1.3.3., guix-commits, 2021/01/03
- 08/09: gnu: libwacom: Update to 1.7., guix-commits, 2021/01/03
- 09/09: gnu: nix: Update to 2.3.10.,
guix-commits <=
- 05/09: gnu: watchexec: Update to 1.14.1., guix-commits, 2021/01/03
- 06/09: gnu: xterm: Update to 363., guix-commits, 2021/01/03
- 07/09: gnu: osinfo-db: Update to 20201218., guix-commits, 2021/01/03