1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Giacomo Leidi
2026-04-03 02:51:04 +02:00
parent 98f495ed00
commit 3ca03da676

View File

@@ -375,7 +375,7 @@ contents, and discovering ways to shrink the size of Docker/OCI image.")
(define-public guix-compose (define-public guix-compose
(package (package
(name "guix-compose") (name "guix-compose")
(version "0.1.1") (version "0.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@@ -384,7 +384,7 @@ contents, and discovering ways to shrink the size of Docker/OCI image.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1ij6rfs5pfykk8c53q029sl2qx3k572dqdfb6pn5s569l6697ci1")))) (base32 "1dy48qkz3ifxagijpvwg7rmq7hz3pikhdcfral6djyc9ppmz8mbm"))))
(build-system guile-build-system) (build-system guile-build-system)
(arguments (arguments
(list (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"))))))) "guile" "-L" "./modules" "-s" "tests/test-compose.scm")))))))
(native-inputs (list guile-3.0)) (native-inputs (list guile-3.0))
;; Avoid setting propagated so that we use the users profile. ;; Avoid setting propagated so that we use the users profile.
(inputs (list guix guile-yamlpp)) (inputs (list guix guile-dotenv guile-yamlpp))
(native-search-paths (native-search-paths
(list $GUIX_EXTENSIONS_PATH)) (list $GUIX_EXTENSIONS_PATH))
(synopsis "Guix' docker compose compatibility layer") (synopsis "Guix' docker compose compatibility layer")