me
/
guix
Archived
1
0
Fork 0

gnu: emacs-detached: Update to 0.10.1.

* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.10.1.
master
Nicolas Goaziou 2022-11-26 11:11:24 +01:00
parent 203fe108b5
commit d223aff97d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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