mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: distrobox: Update to 1.8.0.
* gnu/packages/containers.scm (distrobox): Update to 1.8.0. Change-Id: I3c81b291012dc082cdb2cd15e21003dae7d47397
This commit is contained in:
parent
d7c9145951
commit
a76f2d5927
1 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ (define-public conmon
|
|||
(define-public distrobox
|
||||
(package
|
||||
(name "distrobox")
|
||||
(version "1.7.2.1")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -171,7 +171,7 @@ (define-public distrobox
|
|||
(url "https://github.com/89luca89/distrobox")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0q0m3x1984kc5g7pihlwmnmrnnxnx6c0givx7wf91q91rlmdws0z"))
|
||||
(base32 "1igd2g19m4slk90zaz8ry49722xbrhwama988pj4m5ll9x715nkv"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue