gnu: emacs-detached: Update to 0.10.1.
* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.10.1.master
parent
203fe108b5
commit
d223aff97d
|
@ -26292,7 +26292,7 @@ according to their use.")
|
||||||
(define-public emacs-detached
|
(define-public emacs-detached
|
||||||
(package
|
(package
|
||||||
(name "emacs-detached")
|
(name "emacs-detached")
|
||||||
(version "0.10.0")
|
(version "0.10.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -26301,7 +26301,7 @@ according to their use.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13vssywna281dr4r0hqp85xdi3xnajmdahqy7kf147jvgazkqbmd"))))
|
"0dvvyqc0nw9has54vps10f5iv831cb29vqvbvx0m2djv9pacqp17"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
|
|
Reference in New Issue