* [bug#48687] [PATCH] gnu: e2fsprogs: Update to 1.46.2.
@ 2021-05-26 21:47 Solene Rapenne via Guix-patches via
2021-05-27 18:39 ` bug#48687: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-05-26 21:47 UTC (permalink / raw)
To: 48687
---
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 affc3066c0..2b7b2e0a20 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -54,6 +54,7 @@
;;; Copyright © 2020 David Dashyan <mail@davie.li>
;;; Copyright © 2020 pukkamustard <pukkamustard@posteo.net>
;;; Copyright © 2021 B. Wilson <elaexuotee@wilsonb.com>
+;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1906,7 +1907,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
@@ -1915,7 +1916,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)
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#48687: [PATCH] gnu: e2fsprogs: Update to 1.46.2.
2021-05-26 21:47 [bug#48687] [PATCH] gnu: e2fsprogs: Update to 1.46.2 Solene Rapenne via Guix-patches via
@ 2021-05-27 18:39 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-05-27 18:39 UTC (permalink / raw)
To: Solene Rapenne; +Cc: 48687-done
On Wed, May 26, 2021 at 11:47:24PM +0200, Solene Rapenne via Guix-patches via wrote:
> (name "e2fsprogs")
> - (version "1.45.6")
> + (version "1.46.2")
> (source (origin
> (method url-fetch)
> (uri (string-append
> @@ -1915,7 +1916,7 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
> "e2fsprogs-" version ".tar.xz"))
> (sha256
> (base32
> - "0mj2yizwygs7xww8jfy5mxjn8ww4pvc0b1hg1p2vsnirailsx9zz"))))
> + "0s216nn0lv7s278v933a44fv1ibi900c94743gpp2kn9jlr0kai3"))))
Thanks!
Pushed as 280535660c507db986f1d4ba8fb509f574119630
to the staging branch.
$ guix refresh -l e2fsprogs
Building the following 181 packages would ensure 319 dependent packages are rebuilt: [...]
The limit for the master branch is 300 packages rebuilt.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-27 18:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-26 21:47 [bug#48687] [PATCH] gnu: e2fsprogs: Update to 1.46.2 Solene Rapenne via Guix-patches via
2021-05-27 18:39 ` bug#48687: " Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.