[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/169: gnu: e2fsprogs: Update to 1.46.4.
From: |
guix-commits |
Subject: |
49/169: gnu: e2fsprogs: Update to 1.46.4. |
Date: |
Thu, 28 Oct 2021 02:08:24 -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
- 14/169: gnu: librsvg-next: Do not propagate gdk-pixbuf., (continued)
- 14/169: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/10/28
- 17/169: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/28
- 10/169: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/10/28
- 11/169: gnu: librsvg: Add a debug output., guix-commits, 2021/10/28
- 15/169: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/28
- 19/169: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/10/28
- 28/169: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/10/28
- 31/169: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/10/28
- 33/169: gnu: bluez: Update to 5.59., guix-commits, 2021/10/28
- 34/169: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/10/28
- 49/169: gnu: e2fsprogs: Update to 1.46.4.,
guix-commits <=
- 57/169: gnu: Add a missing copyright., guix-commits, 2021/10/28
- 53/169: gnu: googletest: Update to 1.11.0., guix-commits, 2021/10/28
- 20/169: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/10/28
- 23/169: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/10/28
- 21/169: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/10/28
- 29/169: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/10/28
- 27/169: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/10/28
- 32/169: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/10/28
- 35/169: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/10/28
- 37/169: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/10/28