summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-04-17 15:33:10 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-05-02 00:38:53 +0200
commit3d8f6577bf0ff68d5b73ca713d247319bdd30f03 (patch)
treeb3b8ed30f78a3fd05894c69d91891005896a47e1
parent46d258cbe2ad8f038ed805cac640d13604f54ea6 (diff)
downloadguix-patches-3d8f6577bf0ff68d5b73ca713d247319bdd30f03.tar
guix-patches-3d8f6577bf0ff68d5b73ca713d247319bdd30f03.tar.gz
gnu: util-linux: Update to 2.33.2.
* gnu/packages/linux.scm (util-linux): Update to 2.33.2.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b39f45338f..68d022cffe 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -645,7 +645,7 @@ providing the system administrator with some help in common tasks.")
(define-public util-linux
(package
(name "util-linux")
- (version "2.33.1")
+ (version "2.33.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/"
@@ -653,7 +653,7 @@ providing the system administrator with some help in common tasks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08ggvgrb59m5jbq29950xxirsgv4xj3nwsc7vf82nyg1nvrxjjy1"))
+ "15yf2dh4jd1kg6066hydlgdhhs2j3na13qld8yx30qngqvmfh6v3"))
(patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils)))
(snippet