guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: distrobox: Update to 1.8.0.


From: guix-commits
Subject: branch master updated: gnu: distrobox: Update to 1.8.0.
Date: Tue, 07 Jan 2025 15:03:05 -0500

This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a76f2d5927 gnu: distrobox: Update to 1.8.0.
a76f2d5927 is described below

commit a76f2d5927c86e4a76a1d3b49c1a37054612f6c0
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Jan 7 13:58:23 2025 -0600

    gnu: distrobox: Update to 1.8.0.
    
    * gnu/packages/containers.scm (distrobox): Update to 1.8.0.
    
    Change-Id: I3c81b291012dc082cdb2cd15e21003dae7d47397
---
 gnu/packages/containers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 51950aa6a9..1f3ad19c5b 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -163,7 +163,7 @@ runtime (like runc or crun) for a single container.")
 (define-public distrobox
   (package
     (name "distrobox")
-    (version "1.7.2.1")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -171,7 +171,7 @@ runtime (like runc or crun) for a single container.")
              (url "https://github.com/89luca89/distrobox";)
              (commit version)))
        (sha256
-        (base32 "0q0m3x1984kc5g7pihlwmnmrnnxnx6c0givx7wf91q91rlmdws0z"))
+        (base32 "1igd2g19m4slk90zaz8ry49722xbrhwama988pj4m5ll9x715nkv"))
        (file-name (git-file-name name version))))
     (build-system copy-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]