gnu: distrobox: Update to 1.7.2.1.
* gnu/packages/containers.scm (distrobox): Update to 1.7.2.1. Change-Id: If0d644b013ddc4f63bf6b6e549f19845626ba60d Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
2aa3903fdb
commit
d1d70d25c8
|
@ -160,7 +160,7 @@ runtime (like runc or crun) for a single container.")
|
||||||
(define-public distrobox
|
(define-public distrobox
|
||||||
(package
|
(package
|
||||||
(name "distrobox")
|
(name "distrobox")
|
||||||
(version "1.7.0")
|
(version "1.7.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -168,7 +168,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 "1g14q1sm3026h9n85v1gc3m2v9sgrac2mr9yrkh98qg5yahzmpc3"))
|
(base32 "0q0m3x1984kc5g7pihlwmnmrnnxnx6c0givx7wf91q91rlmdws0z"))
|
||||||
(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
|
||||||
|
|
Reference in New Issue