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:
jgart 2025-01-07 13:58:23 -06:00
parent d7c9145951
commit a76f2d5927
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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.7.2.1") (version "1.8.0")
(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 "0q0m3x1984kc5g7pihlwmnmrnnxnx6c0givx7wf91q91rlmdws0z")) (base32 "1igd2g19m4slk90zaz8ry49722xbrhwama988pj4m5ll9x715nkv"))
(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