[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/115: gnu: e2fsprogs: Update to 1.46.4.
From: |
guix-commits |
Subject: |
49/115: gnu: e2fsprogs: Update to 1.46.4. |
Date: |
Fri, 15 Oct 2021 09:49:02 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 2cfd6f7ba944f05d7de26f97e748864265a876ac
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 6363071..59c3c06 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
- 32/115: gnu: python-docutils: Update to 0.17.1., (continued)
- 32/115: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/10/15
- 34/115: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/10/15
- 23/115: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/10/15
- 28/115: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/10/15
- 38/115: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/10/15
- 39/115: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/10/15
- 40/115: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/10/15
- 43/115: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/10/15
- 41/115: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/10/15
- 47/115: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/10/15
- 49/115: gnu: e2fsprogs: Update to 1.46.4.,
guix-commits <=
- 24/115: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/10/15
- 26/115: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/10/15
- 33/115: gnu: bluez: Update to 5.59., guix-commits, 2021/10/15
- 29/115: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/10/15
- 31/115: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/10/15
- 35/115: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/10/15
- 36/115: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/10/15
- 37/115: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/10/15
- 42/115: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/10/15
- 44/115: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/10/15