[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: gnu-pw-mgr: Update to 2.7.4.
From: |
guix-commits |
Subject: |
03/13: gnu: gnu-pw-mgr: Update to 2.7.4. |
Date: |
Mon, 16 Nov 2020 23:05:48 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit f3effa5132ee9c026d3a0422900f451d4a99fbf3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 17 04:40:06 2020 +0100
gnu: gnu-pw-mgr: Update to 2.7.4.
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.7.4.
---
gnu/packages/gnu-pw-mgr.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnu-pw-mgr.scm b/gnu/packages/gnu-pw-mgr.scm
index 321a7f8..d6f0cd6 100644
--- a/gnu/packages/gnu-pw-mgr.scm
+++ b/gnu/packages/gnu-pw-mgr.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2013 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,15 +31,14 @@
(define-public gnu-pw-mgr
(package
(name "gnu-pw-mgr")
- (version "2.7")
+ (version "2.7.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnu-pw-mgr/gnu-pw-mgr-"
version ".tar.xz"))
(sha256
- (base32
- "1ra8in91qx6n8jydb8kwl2rnqaa2hix5pyawn6nvyqs815h9gx17"))))
+ (base32 "0fhwvsmsqpw0vnivarfg63l8pgwqfv7d5wi6l80jpb41dj6qpjz8"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@@ -50,7 +50,7 @@
#t))
(add-before 'check 'pre-check
(lambda _
- ;; In build environment, There is no /dev/tty
+ ;; In the build environment, there is no /dev/tty.
(substitute* "tests/base.test"
(("/dev/tty") "/dev/null"))
#t)))))
- branch master updated (dc2de50 -> dc14cbd), guix-commits, 2020/11/16
- 02/13: gnu: youtube-dl: Update to 2020.11.17., guix-commits, 2020/11/16
- 01/13: gnu: pdfpc: Update to 4.4.1., guix-commits, 2020/11/16
- 04/13: gnu: xsimd: Update to 7.4.9., guix-commits, 2020/11/16
- 05/13: gnu: xsimd: Define SIMD., guix-commits, 2020/11/16
- 06/13: gnu: python-peewee: Update to 3.14.0., guix-commits, 2020/11/16
- 10/13: gnu: livemedia-utils: Update to 2020.11.05., guix-commits, 2020/11/16
- 03/13: gnu: gnu-pw-mgr: Update to 2.7.4.,
guix-commits <=
- 07/13: gnu: python-pypika: Update to 0.44.0., guix-commits, 2020/11/16
- 09/13: gnu: wireguard-linux-compat: Update to 1.0.20201112., guix-commits, 2020/11/16
- 11/13: gnu: livemedia-utils: Cross-compile., guix-commits, 2020/11/16
- 08/13: gnu: arc-theme: Update to 20201013., guix-commits, 2020/11/16
- 12/13: gnu: mpop: Update to 1.4.11., guix-commits, 2020/11/16
- 13/13: gnu: enet: Update to 1.3.17., guix-commits, 2020/11/16