mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: debootstrap: Update to 1.0.109.
* gnu/packages/debian.scm (debootstrap): Update to 1.0.109.
This commit is contained in:
parent
3e84ce51fb
commit
d4b5e4bb73
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ (define-public ubuntu-keyring
|
|||
(define-public debootstrap
|
||||
(package
|
||||
(name "debootstrap")
|
||||
(version "1.0.106")
|
||||
(version "1.0.109")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -126,7 +126,7 @@ (define-public debootstrap
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fm5bgllcwgwizrqi4sn8p4fpbzhbzgwprrfppfq9hqdzbmlfmnv"))))
|
||||
"0bjqlyg605lnsjcn3wjplc6jl75nx7c6miyac2qsahi484rylg5g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue