summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorGiacomo Leidi <therewasa@fishinthecalculator.me>2026-04-03 02:51:04 +0200
committerGiacomo Leidi <therewasa@fishinthecalculator.me>2026-04-03 02:51:04 +0200
commit3ca03da676666dd21911bf7632ecd628b297630b (patch)
tree7689255eb6a86f7f19a1745d8c4dd2f5faa213f3 /gnu/packages
parent98f495ed00418bc0c53626011b7db3e419a978b9 (diff)
gnu: guix-compose: Update to 0.2.0.
* gnu/packages/containers.scm (guix-compose): Update to 0.2.0. [inputs]: Add guile-dotenv. Change-Id: Idb42d4660b188b7fbd053bdc5a5b861bc1fcc81c
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/containers.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index f098977efd2..14f917f4542 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -375,7 +375,7 @@ contents, and discovering ways to shrink the size of Docker/OCI image.")
(define-public guix-compose
(package
(name "guix-compose")
- (version "0.1.1")
+ (version "0.2.0")
(source
(origin
(method git-fetch)
@@ -384,7 +384,7 @@ contents, and discovering ways to shrink the size of Docker/OCI image.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1ij6rfs5pfykk8c53q029sl2qx3k572dqdfb6pn5s569l6697ci1"))))
+ (base32 "1dy48qkz3ifxagijpvwg7rmq7hz3pikhdcfral6djyc9ppmz8mbm"))))
(build-system guile-build-system)
(arguments
(list
@@ -426,7 +426,7 @@ contents, and discovering ways to shrink the size of Docker/OCI image.")
"guile" "-L" "./modules" "-s" "tests/test-compose.scm")))))))
(native-inputs (list guile-3.0))
;; Avoid setting propagated so that we use the user’s profile.
- (inputs (list guix guile-yamlpp))
+ (inputs (list guix guile-dotenv guile-yamlpp))
(native-search-paths
(list $GUIX_EXTENSIONS_PATH))
(synopsis "Guix' docker compose compatibility layer")