summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Leidi <therewasa@fishinthecalculator.me>2026-03-28 01:55:34 +0100
committerGiacomo Leidi <therewasa@fishinthecalculator.me>2026-03-28 01:56:15 +0100
commitb36b0273bd50625698447120d103bf68480a159e (patch)
treebcf21032ec1e955ed47ff45bb3bb66f61fb44ce7
parented030ecb18a165e924e1c8f4ab25cd3d95689665 (diff)
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
-rw-r--r--gnu/packages/guile-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 757b4837110..adaa335c791 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -918,7 +918,7 @@ generate API documentation for GNU Guile projects.")
918(define-public guile-dotenv 918(define-public guile-dotenv
919 (package 919 (package
920 (name "guile-dotenv") 920 (name "guile-dotenv")
921 (version "0.2.0") 921 (version "0.2.1")
922 (source 922 (source
923 (origin 923 (origin
924 (method git-fetch) 924 (method git-fetch)
@@ -927,7 +927,7 @@ generate API documentation for GNU Guile projects.")
927 (commit version))) 927 (commit version)))
928 (file-name (git-file-name name version)) 928 (file-name (git-file-name name version))
929 (sha256 929 (sha256
930 (base32 "0smwlfggvx3dpc1zx8wva9df8nfawcinzizhvk5f3yf7bdyy4rym")))) 930 (base32 "1zgc9xwpz6w64rbndvl8c73lsx935byin921209acyw54j52g706"))))
931 (build-system gnu-build-system) 931 (build-system gnu-build-system)
932 (arguments 932 (arguments
933 (list 933 (list
@@ -1001,7 +1001,7 @@ variables from them.")
1001 (append bash-minimal))) 1001 (append bash-minimal)))
1002 (native-inputs 1002 (native-inputs
1003 (modify-inputs native-inputs 1003 (modify-inputs native-inputs
1004 ;; As opposed to guile-config, here we need to propagate it. 1004 ;; As opposed to guile-dotenv, here we need to propagate it.
1005 (delete "guile-config"))) 1005 (delete "guile-config")))
1006 (propagated-inputs 1006 (propagated-inputs
1007 (modify-inputs propagated-inputs 1007 (modify-inputs propagated-inputs