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 a3e2d34bdf gnu: distrobox: Update to 1.8.1.1.
a3e2d34bdf is described below

commit a3e2d34bdf4dbf502226d7273ae8aa177e8d8c92
Author: jgart <[email protected]>
AuthorDate: Thu Jan 23 18:59:07 2025 -0600

    gnu: distrobox: Update to 1.8.1.1.
    
    * gnu/packages/containers.scm (distrobox): Update to 1.8.1.1.
    
    Change-Id: I00ac25e9ec9b1b32e08396efab2251eefbb98e65
---
 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 1f3ad19c5b..6bcfce5cbd 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.8.0")
+    (version "1.8.1.1")
     (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 "1igd2g19m4slk90zaz8ry49722xbrhwama988pj4m5ll9x715nkv"))
+        (base32 "0w4hg8qa0v01f8sfxgj00q1fb4581lbajkh1dl5vbsvlrm27w67l"))
        (file-name (git-file-name name version))))
     (build-system copy-build-system)
     (arguments

Reply via email to