[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/49: gnu: attr: Update to 2.5.1.
From: |
guix-commits |
Subject: |
27/49: gnu: attr: Update to 2.5.1. |
Date: |
Fri, 23 Jul 2021 11:33:08 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit e045fd7ce22fb0c098db8317e4e06b68c543ba60
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jul 19 20:42:46 2021 +0200
gnu: attr: Update to 2.5.1.
* gnu/packages/attr.scm (attr): Update to 2.5.1.
[arguments]: Remove trailing #t.
---
gnu/packages/attr.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/attr.scm b/gnu/packages/attr.scm
index 3237376..a062125 100644
--- a/gnu/packages/attr.scm
+++ b/gnu/packages/attr.scm
@@ -30,14 +30,14 @@
(define-public attr
(package
(name "attr")
- (version "2.4.48")
+ (version "2.5.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/attr/attr-"
version ".tar.gz"))
(sha256
(base32
- "1rr4adzwax4bzr2c00f06zcsljv5y6p9wymz1g89ww7cb2rp5bay"))))
+ "1y6sibbkrcjygv8naadnsg6xmsqwfh6cwrqk01l0v2i5kfacdqds"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -57,8 +57,7 @@
;; extended attributes, and we wish to allow Guix to be built
;; on such systems.
(unless target
- (system* "make" "tests" "-C" "test"))
- #t)))))
+ (system* "make" "tests" "-C" "test")))))))
(inputs
;; Perl is needed to run tests; remove it from cross builds.
(if (%current-target-system)
- 15/49: gnu: tzdata-for-tests: Update to 2021a., (continued)
- 15/49: gnu: tzdata-for-tests: Update to 2021a., guix-commits, 2021/07/23
- 11/49: gnu: Python: Update to 3.9.6., guix-commits, 2021/07/23
- 17/49: gnu: RHash: Update to 1.4.2., guix-commits, 2021/07/23
- 20/49: gnu: coreutils-minimal: Do not build documentation., guix-commits, 2021/07/23
- 21/49: gnu: Perl: Resolve TODO., guix-commits, 2021/07/23
- 22/49: build-system/cmake: Define '%build-inputs' when cross-compiling., guix-commits, 2021/07/23
- 23/49: gnu: nghttp2: Update to 1.44.0., guix-commits, 2021/07/23
- 10/49: gnu: glib-networking: Remove unused input., guix-commits, 2021/07/23
- 16/49: gnu: RHash: Turn arguments into gexp., guix-commits, 2021/07/23
- 24/49: gnu: libuv: Update to 1.41.1., guix-commits, 2021/07/23
- 27/49: gnu: attr: Update to 2.5.1.,
guix-commits <=
- 29/49: gnu: fontconfig: Update to 2.13.94., guix-commits, 2021/07/23
- 25/49: gnu: ncurses: Update to 6.2.20210619., guix-commits, 2021/07/23
- 30/49: gnu: libspectre: Update to 0.2.9., guix-commits, 2021/07/23
- 33/49: gnu: util-linux: Update to 2.37., guix-commits, 2021/07/23
- 34/49: gnu: poppler: Update to 21.07.0., guix-commits, 2021/07/23
- 38/49: gnu: libgcrypt: Update to 1.8.8., guix-commits, 2021/07/23
- 18/49: gnu: Perl: Update to 5.34.0., guix-commits, 2021/07/23
- 19/49: gnu: Perl: Update cross-compilation code., guix-commits, 2021/07/23
- 26/49: gnu: acl: Update to 2.3.1., guix-commits, 2021/07/23
- 28/49: gnu: binutils: Update to 2.37., guix-commits, 2021/07/23