mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: distrobox: Update to 1.8.1.1.
* gnu/packages/containers.scm (distrobox): Update to 1.8.1.1. Change-Id: I00ac25e9ec9b1b32e08396efab2251eefbb98e65
This commit is contained in:
parent
253c7c309a
commit
a3e2d34bdf
1 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ runtime (like runc or crun) for a single container.")
|
||||||
(define-public distrobox
|
(define-public distrobox
|
||||||
(package
|
(package
|
||||||
(name "distrobox")
|
(name "distrobox")
|
||||||
(version "1.8.0")
|
(version "1.8.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -171,7 +171,7 @@ runtime (like runc or crun) for a single container.")
|
||||||
(url "https://github.com/89luca89/distrobox")
|
(url "https://github.com/89luca89/distrobox")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1igd2g19m4slk90zaz8ry49722xbrhwama988pj4m5ll9x715nkv"))
|
(base32 "0w4hg8qa0v01f8sfxgj00q1fb4581lbajkh1dl5vbsvlrm27w67l"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue