[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: util-linux: Update to 2.34.
From: |
guix-commits |
Subject: |
05/14: gnu: util-linux: Update to 2.34. |
Date: |
Thu, 20 Jun 2019 18:01:12 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit ac3842ef3e6ecdaa7a147cfe6ab59f017544a8a9
Author: Marius Bakke <address@hidden>
Date: Mon Jun 17 18:12:54 2019 +0200
gnu: util-linux: Update to 2.34.
* gnu/packages/linux.scm (util-linux): Update to 2.34.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e2cde4b..f0fa6bb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -723,7 +723,7 @@ providing the system administrator with some help in common
tasks.")
(define-public util-linux
(package
(name "util-linux")
- (version "2.33.2")
+ (version "2.34")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/"
@@ -731,7 +731,7 @@ providing the system administrator with some help in common
tasks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "15yf2dh4jd1kg6066hydlgdhhs2j3na13qld8yx30qngqvmfh6v3"))
+ "1db2kydkwjmvgd1glkcba3adhidxw0f1x735dcjdpdjjf869sgvl"))
(patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils)))
(snippet
- branch core-updates updated (6cb1ef9 -> e7041c8), guix-commits, 2019/06/20
- 13/14: gnu: expat: Update to 2.2.7., guix-commits, 2019/06/20
- 14/14: gnu: python: Allow building on low-memory systems., guix-commits, 2019/06/20
- 09/14: gnu: isl: Fix fallback URL., guix-commits, 2019/06/20
- 04/14: gnu: libx11: Update to 1.6.8., guix-commits, 2019/06/20
- 11/14: gnu: libxi: Update to 1.7.10., guix-commits, 2019/06/20
- 10/14: gnu: isl: Update to 0.21., guix-commits, 2019/06/20
- 05/14: gnu: util-linux: Update to 2.34.,
guix-commits <=
- 06/14: gnu: meson: Update to 0.51.0., guix-commits, 2019/06/20
- 12/14: gnu: xorgproto: Update to 2019.1., guix-commits, 2019/06/20
- 08/14: gnu: ncurses: Update to 6.1-20190909., guix-commits, 2019/06/20
- 07/14: gnu: commencement: Return #t from all phases., guix-commits, 2019/06/20
- 01/14: gnu: dbus: Update to 1.12.16., guix-commits, 2019/06/20
- 02/14: packages: Retain version in file name when repacking source checkouts., guix-commits, 2019/06/20
- 03/14: gnu: Replace uses of 'cmake' with 'cmake-minimal'., guix-commits, 2019/06/20