me
/
guix
Archived
1
0
Fork 0

gnu: util-linux: Update to 2.35.1.

* gnu/packages/linux.scm (util-linux): Update to 2.35.1.
master
Marius Bakke 2020-01-31 14:12:47 +01:00
parent 5855813f77
commit fef2436188
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1096,7 +1096,7 @@ providing the system administrator with some help in common tasks.")
(define-public util-linux (define-public util-linux
(package (package
(name "util-linux") (name "util-linux")
(version "2.35") (version "2.35.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/" (uri (string-append "mirror://kernel.org/linux/utils/"
@ -1104,7 +1104,7 @@ providing the system administrator with some help in common tasks.")
"util-linux-" version ".tar.xz")) "util-linux-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1jg2vywxi9m2h0f2pz0a7a9afvv1j5726dg0cwryrhb809b1n25k")) "1yfpy6bkab4jw61mpx48gfy24yrqp4a7arvpis8csrkk53fkxpnr"))
(patches (search-patches "util-linux-tests.patch")) (patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet