GNU bug report logs - #51249
[PATCH] gnu: nix: Update to 2.3.16.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 17 Oct 2021 12:30:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#51249: closed (Re: [bug#51249] [PATCH] gnu: nix: Update to
 2.3.16.)
Date: Sun, 17 Oct 2021 13:05:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#51249: [PATCH] gnu: nix: Update to 2.3.16.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 51249 <at> debbugs.gnu.org.

-- 
51249: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51249
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: jgart <jgart <at> dismail.de>
Cc: 51249-done <at> debbugs.gnu.org
Subject: Re: [bug#51249] [PATCH] gnu: nix: Update to 2.3.16.
Date: Sun, 17 Oct 2021 14:58:52 +0200
[Message part 3 (text/plain, inline)]
jgart via Guix-patches via 写道:
> * gnu/packages/package-management.scm (nix): Update to 2.3.16.

Pushed as 64e58296530df8cf7a106fa5797789bc8daf1243.

Thanks!

T G-R
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: nix: Update to 2.3.16.
Date: Sun, 17 Oct 2021 08:28:42 -0400
* gnu/packages/package-management.scm (nix): Update to 2.3.16.
---
 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 994fe6210c..b33e08baf2 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -596,14 +596,14 @@ (define-public current-guix
 (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")
-- 
2.33.0




This bug report was last modified 3 years and 210 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.