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

gnu: guile-dotenv: Update to 0.2.1.

* gnu/packages/guile-xyz.scm (guile-dotenv): Update to 0.2.1.
(guile-dotenv-cli): Fix comment.

Change-Id: I8a142bdf8d3f18bd98ba83257fb61496e78693e2
This commit is contained in:
Giacomo Leidi
2026-03-28 01:55:34 +01:00
parent ed030ecb18
commit b36b0273bd

View File

@@ -918,7 +918,7 @@ generate API documentation for GNU Guile projects.")
(define-public guile-dotenv
(package
(name "guile-dotenv")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method git-fetch)
@@ -927,7 +927,7 @@ generate API documentation for GNU Guile projects.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0smwlfggvx3dpc1zx8wva9df8nfawcinzizhvk5f3yf7bdyy4rym"))))
(base32 "1zgc9xwpz6w64rbndvl8c73lsx935byin921209acyw54j52g706"))))
(build-system gnu-build-system)
(arguments
(list
@@ -1001,7 +1001,7 @@ variables from them.")
(append bash-minimal)))
(native-inputs
(modify-inputs native-inputs
;; As opposed to guile-config, here we need to propagate it.
;; As opposed to guile-dotenv, here we need to propagate it.
(delete "guile-config")))
(propagated-inputs
(modify-inputs propagated-inputs