[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: distrobox: Update to 1.7.0.
From: |
guix-commits |
Subject: |
07/09: gnu: distrobox: Update to 1.7.0. |
Date: |
Fri, 22 Mar 2024 06:43:02 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit af1759bb9c5aff6279eda1429a73b60b0161960d
Author: Jean-Pierre De Jesus DIAZ <jean@foundation.xyz>
AuthorDate: Tue Mar 12 13:26:01 2024 +0100
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>
---
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 61c7e74c78..7ac9e1b871 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -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
- branch master updated (3d2966e0b7 -> 40f53e8fb5), guix-commits, 2024/03/22
- 02/09: doc: Mention channel files beyond ~/.config/guix., guix-commits, 2024/03/22
- 05/09: gnu: arcan-sdl: Add missing inputs., guix-commits, 2024/03/22
- 09/09: gnu: mu: Update to 1.12.2., guix-commits, 2024/03/22
- 03/09: system, home: Validate ‘services’ field value., guix-commits, 2024/03/22
- 01/09: services: guix: Add ‘channels’ field., guix-commits, 2024/03/22
- 04/09: gnu: mupdf: Update to 1.23.11., guix-commits, 2024/03/22
- 06/09: gnu: Add gvisor-tap-vsock., guix-commits, 2024/03/22
- 07/09: gnu: distrobox: Update to 1.7.0.,
guix-commits <=
- 08/09: gnu: distrobox: Fix dependency usage., guix-commits, 2024/03/22