[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: e2fsprogs: Update to 1.46.2.
From: |
guix-commits |
Subject: |
branch staging updated: gnu: e2fsprogs: Update to 1.46.2. |
Date: |
Thu, 27 May 2021 14:38:50 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new 2805356 gnu: e2fsprogs: Update to 1.46.2.
2805356 is described below
commit 280535660c507db986f1d4ba8fb509f574119630
Author: Solene Rapenne <solene@perso.pw>
AuthorDate: Wed May 26 23:47:24 2021 +0200
gnu: e2fsprogs: Update to 1.46.2.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.46.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/linux.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 55ba22b..2475912 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -53,6 +53,7 @@
;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2020 David Dashyan <mail@davie.li>
;;; Copyright © 2020 pukkamustard <pukkamustard@posteo.net>
+;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1888,7 +1889,7 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
(define-public e2fsprogs
(package
(name "e2fsprogs")
- (version "1.45.6")
+ (version "1.46.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1897,7 +1898,7 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
"e2fsprogs-" version ".tar.xz"))
(sha256
(base32
- "0mj2yizwygs7xww8jfy5mxjn8ww4pvc0b1hg1p2vsnirailsx9zz"))))
+ "0s216nn0lv7s278v933a44fv1ibi900c94743gpp2kn9jlr0kai3"))))
(build-system gnu-build-system)
(inputs `(("util-linux" ,util-linux "lib")))
(native-inputs `(("pkg-config" ,pkg-config)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: e2fsprogs: Update to 1.46.2.,
guix-commits <=