mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: distrobox: Update to 1.7.0.
* gnu/packages/containers.scm (distrobox): Update to 1.7.0. Change-Id: Ie62683317f6c984e5a64ce5436a17c8f2b7fbcf9 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
93af6aecd9
commit
af1759bb9c
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ (define-public conmon
|
|||
(define-public distrobox
|
||||
(package
|
||||
(name "distrobox")
|
||||
(version "1.5.0.2")
|
||||
(version "1.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -157,7 +157,7 @@ (define-public distrobox
|
|||
(url "https://github.com/89luca89/distrobox")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0h6rpgbcmg33vriyzh9nkdxj8yhfn0y35i1wh1zmb7zss3ik9kxj"))
|
||||
(base32 "1g14q1sm3026h9n85v1gc3m2v9sgrac2mr9yrkh98qg5yahzmpc3"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system copy-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue