mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: distrobox: Update to 1.8.1.2.
* gnu/packages/containers.scm (distrobox): Update to 1.8.1.2. Change-Id: I5f4da5bae3e1307a2c2efcad6b4f8d526d9a6481
This commit is contained in:
parent
6964f7ad34
commit
78fee1bc75
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.1.1")
|
(version "1.8.1.2")
|
||||||
(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 "0w4hg8qa0v01f8sfxgj00q1fb4581lbajkh1dl5vbsvlrm27w67l"))
|
(base32 "168hjzifdvmlr4rplgp2jh4sg1dwjfmbrwj8589zys8r4kqvwfy1"))
|
||||||
(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