~ruther/guix-local

af1759bb9c5aff6279eda1429a73b60b0161960d — Jean-Pierre De Jesus DIAZ 1 year, 11 months ago 93af6ae
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/containers.scm
M gnu/packages/containers.scm => gnu/packages/containers.scm +2 -2
@@ 149,7 149,7 @@ runtime (like runc or crun) for a single container.")
(define-public distrobox
  (package
    (name "distrobox")
    (version "1.5.0.2")
    (version "1.7.0")
    (source
     (origin
       (method git-fetch)


@@ 157,7 157,7 @@ runtime (like runc or crun) for a single container.")
             (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