[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/180: gnu: e2fsprogs: Update to 1.46.4.
From: |
guix-commits |
Subject: |
49/180: gnu: e2fsprogs: Update to 1.46.4. |
Date: |
Fri, 29 Oct 2021 15:56:38 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 03f47fc9c01dadfdfd4018ac626941a69d59ed78
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Oct 5 21:31:13 2021 -0400
gnu: e2fsprogs: Update to 1.46.4.
This resolves a test failure on armhf-linux (when building on a
aarch64-linux
system).
* gnu/packages/linux.scm (e2fsprogs): Update to 1.46.4. Remove trailing #t.
---
gnu/packages/linux.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6a4c912..253864b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2184,7 +2184,7 @@ module.")
(define-public e2fsprogs
(package
(name "e2fsprogs")
- (version "1.46.2")
+ (version "1.46.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2193,7 +2193,7 @@ module.")
"e2fsprogs-" version ".tar.xz"))
(sha256
(base32
- "0s216nn0lv7s278v933a44fv1ibi900c94743gpp2kn9jlr0kai3"))))
+ "04wp77fg842dhribgn0xvbd77idh0n7a839ga4bwy78v7i9l445i"))))
(build-system gnu-build-system)
(inputs `(("util-linux" ,util-linux "lib")))
(native-inputs `(("pkg-config" ,pkg-config)
@@ -2235,8 +2235,7 @@ module.")
"INSTALL_SYMLINK = sh"))
(substitute* (find-files "." "^Makefile.in$")
(("#!/bin/sh")
- (string-append "#!" (which "sh"))))
- #t))
+ (string-append "#!" (which "sh"))))))
(add-after 'install 'install-libs
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@@ -2251,8 +2250,7 @@ module.")
(let ((archives (find-files lib "\\.a$")))
(for-each (lambda (file)
(chmod file #o666))
- archives))
- #t))))))
+ archives))))))))
(home-page "http://e2fsprogs.sourceforge.net/")
(synopsis "Creating and checking ext2/ext3/ext4 file systems")
(description
- 74/180: gnu: python-keras: Skip a flaky test., (continued)
- 74/180: gnu: python-keras: Skip a flaky test., guix-commits, 2021/10/29
- 73/180: bluez: Update to 5.61., guix-commits, 2021/10/29
- 77/180: gnu: tzdata: Update to 2021e., guix-commits, 2021/10/29
- 81/180: build: qt-utils: Don't wrap .X-real files., guix-commits, 2021/10/29
- 82/180: gnu: curl: Honor #:tests?., guix-commits, 2021/10/29
- 83/180: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/10/29
- 84/180: gnu: make-ld-wrapper: Add a LINKER argument., guix-commits, 2021/10/29
- 86/180: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/10/29
- 89/180: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/10/29
- 90/180: gnu: glade3: Remove sitecustomize.py workaround., guix-commits, 2021/10/29
- 49/180: gnu: e2fsprogs: Update to 1.46.4.,
guix-commits <=
- 58/180: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/10/29
- 63/180: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/10/29
- 80/180: gnu: diffutils: Update to 3.8., guix-commits, 2021/10/29
- 85/180: gnu: Add ld-gold-wrapper., guix-commits, 2021/10/29
- 79/180: gnu: diffutils: Fix signal processing., guix-commits, 2021/10/29
- 93/180: gnu: Build all Rust packages using the latest rustc., guix-commits, 2021/10/29
- 94/180: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/10/29
- 112/180: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/10/29
- 113/180: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/10/29
- 115/180: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/10/29