[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: util-linux: Update to 2.30.1.
From: |
Marius Bakke |
Subject: |
03/09: gnu: util-linux: Update to 2.30.1. |
Date: |
Sat, 2 Sep 2017 09:58:30 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 66d4cd7978d41cfde5047f281dc17693bbd4610e
Author: Marius Bakke <address@hidden>
Date: Sat Jul 29 18:34:15 2017 +0200
gnu: util-linux: Update to 2.30.1.
* gnu/packages/linux.scm (util-linux): Update to 2.30.1.
---
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 304e0b7..82d8fe3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -501,7 +501,7 @@ providing the system administrator with some help in common
tasks.")
(define-public util-linux
(package
(name "util-linux")
- (version "2.30")
+ (version "2.30.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/"
@@ -509,7 +509,7 @@ providing the system administrator with some help in common
tasks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "13d0ax8bcapga8phj2nclx86w57ddqxbr98ajibpzjq6d7zs8262"))
+ "0hdq2fz405a89fyha4bgwg0rx8b65inxq17w8fg8qhmcj4x3dr0v"))
(patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils)))
(snippet
- branch staging updated (4028fd3 -> 30dfac2), Marius Bakke, 2017/09/02
- 06/09: Revert "gnu: lzip: Update to 1.19.", Marius Bakke, 2017/09/02
- 03/09: gnu: util-linux: Update to 2.30.1.,
Marius Bakke <=
- 04/09: gnu: libdrm: Update to 2.4.83., Marius Bakke, 2017/09/02
- 02/09: gnu: dbus: Update to 1.10.22., Marius Bakke, 2017/09/02
- 08/09: gnu: pango: Update to 1.40.11., Marius Bakke, 2017/09/02
- 07/09: gnu: harfbuzz: Update to 1.5.0., Marius Bakke, 2017/09/02
- 05/09: gnu: mesa: Update to 17.1.8., Marius Bakke, 2017/09/02
- 01/09: gnu: libva: Update to 1.8.3., Marius Bakke, 2017/09/02
- 09/09: Merge branch 'master' into staging, Marius Bakke, 2017/09/02