1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: emacs-detached: Update to 0.9.1.

* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.9.1.
This commit is contained in:
Nicolas Goaziou 2022-11-01 00:10:18 +01:00
parent 58e9e52972
commit f9ac8b7666
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26015,7 +26015,7 @@ according to their use.")
(define-public emacs-detached
(package
(name "emacs-detached")
(version "0.8.1")
(version "0.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -26024,7 +26024,7 @@ according to their use.")
(file-name (git-file-name name version))
(sha256
(base32
"190sil04wbnnml7i1nv19xn8fpqwng9xngpsxvmfxj3bzn7slid6"))))
"0v7g23jmxh2z1v484pzmcavcsxkd5qydfj6075a8abx3kv7n6nj4"))))
(arguments
(list
#:tests? #t