gnu: debianutils: Update to 4.11.1.
* gnu/packages/debian.scm (debianutils): Update to 4.11.1.
This commit is contained in:
parent
332d053e9d
commit
34017e3fea
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ unpacking them into a directory which can eventually be chrooted into.")
|
||||||
(define-public debianutils
|
(define-public debianutils
|
||||||
(package
|
(package
|
||||||
(name "debianutils")
|
(name "debianutils")
|
||||||
(version "4.11")
|
(version "4.11.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(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))
|
(file-name (git-file-name "debianutils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fmhzvymajack7kh8g4qjbwd9mq85z6rxl1psd1sm67s5695i9rc"))))
|
"18ypb7fivch53wwrdf73yhf1fhkwn9kvw1kfdc1m450241d6191w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue