me
/
guix
Archived
1
0
Fork 0

gnu: emacs-envrc: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-envrc): Update to 0.5.
master
Nicolas Goaziou 2023-04-18 14:58:30 +02:00 committed by Maxim Cournoyer
parent 6dc90a7a6f
commit e870caa018
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -19450,7 +19450,7 @@ from within Elisp using a DSL similar to CSS selectors.")
(define-public emacs-envrc
(package
(name "emacs-envrc")
(version "0.4")
(version "0.5")
(source
(origin
(method git-fetch)
@ -19460,7 +19460,7 @@ from within Elisp using a DSL similar to CSS selectors.")
(file-name (git-file-name name version))
(sha256
(base32
"0nqqx4qlw75lmbn0v927sg3xyjkk86ihw1q3rdbbn59va41grds4"))))
"0vjk8k5k9xsngk50nf611c4j0bikqn9l1y3m35s8y3knwqw22ii0"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-inheritenv))