diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-11-08 21:43:14 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-11-08 21:55:43 +0100 |
commit | 7de6aa8a0abdb54727e1dd8f775802284b99e707 (patch) | |
tree | 6cc8139aed39c5b21fe14f59cedb2892558ef2d3 /gnu | |
parent | 79f7c4a0618fd65b264cc065253d3e51f923461c (diff) | |
download | guix-7de6aa8a0abdb54727e1dd8f775802284b99e707.tar guix-7de6aa8a0abdb54727e1dd8f775802284b99e707.tar.gz |
gnu: emacs-detached: Update to 0.9.2.
* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.9.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9e62c5ebc3..acc191b0e9 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26030,7 +26030,7 @@ according to their use.") (define-public emacs-detached (package (name "emacs-detached") - (version "0.9.1") + (version "0.9.2") (source (origin (method git-fetch) (uri (git-reference @@ -26039,7 +26039,7 @@ according to their use.") (file-name (git-file-name name version)) (sha256 (base32 - "0v7g23jmxh2z1v484pzmcavcsxkd5qydfj6075a8abx3kv7n6nj4")))) + "0bcrqqim6is75d4zadswxp162m9gd34xmb2wxsx9rhvkwq0ln35k")))) (arguments (list #:tests? #t |