3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: debianutils: Update to 4.11.1.

* gnu/packages/debian.scm (debianutils): Update to 4.11.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-29 05:06:28 +02:00
parent 332d053e9d
commit 34017e3fea
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -202,7 +202,7 @@ unpacking them into a directory which can eventually be chrooted into.")
(define-public debianutils
(package
(name "debianutils")
(version "4.11")
(version "4.11.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -211,7 +211,7 @@ unpacking them into a directory which can eventually be chrooted into.")
(file-name (git-file-name "debianutils" version))
(sha256
(base32
"1fmhzvymajack7kh8g4qjbwd9mq85z6rxl1psd1sm67s5695i9rc"))))
"18ypb7fivch53wwrdf73yhf1fhkwn9kvw1kfdc1m450241d6191w"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases