Archived
1
0
Fork 0

gnu: emacs-inheritenv: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-inheritenv): Update to 0.2.
This commit is contained in:
Nicolas Goaziou 2023-09-01 21:51:16 +02:00
parent f9044b3582
commit 2aa63ac25b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20159,7 +20159,7 @@ and performs syntax checks on them.")
(define-public emacs-inheritenv (define-public emacs-inheritenv
(package (package
(name "emacs-inheritenv") (name "emacs-inheritenv")
(version "0.1") (version "0.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -20168,7 +20168,7 @@ and performs syntax checks on them.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0ygzf70vfb7qwpsllcq5i3brprsnx3sxy2zng02mzwrr5jkx4ypc")))) (base32 "04na9m3z3k94jjqcqps95xcmvjklnddhli2xaac16m4ackw2wv9b"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/purcell/inheritenv/releases") (home-page "https://github.com/purcell/inheritenv/releases")
(synopsis "Emacs temp buffers inherit buffer-local environment variables") (synopsis "Emacs temp buffers inherit buffer-local environment variables")