mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-detached: Update to 0.10.0.
* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.10.0.
This commit is contained in:
parent
3174c4c17d
commit
b8eb99f817
1 changed files with 2 additions and 2 deletions
|
@ -26262,7 +26262,7 @@ according to their use.")
|
||||||
(define-public emacs-detached
|
(define-public emacs-detached
|
||||||
(package
|
(package
|
||||||
(name "emacs-detached")
|
(name "emacs-detached")
|
||||||
(version "0.9.2")
|
(version "0.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -26271,7 +26271,7 @@ according to their use.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bcrqqim6is75d4zadswxp162m9gd34xmb2wxsx9rhvkwq0ln35k"))))
|
"13vssywna281dr4r0hqp85xdi3xnajmdahqy7kf147jvgazkqbmd"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue