me
/
guix
Archived
1
0
Fork 0

gnu: emacs-dired-rsync: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-dired-rsync): Update to 0.6.
master
Nicolas Goaziou 2021-02-17 14:54:46 +01:00
parent 208272def9
commit 07aea714f8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -19817,7 +19817,7 @@ buffer displays recursive dir sizes.")
(define-public emacs-dired-rsync
(package
(name "emacs-dired-rsync")
(version "0.5")
(version "0.6")
(source (origin
(method git-fetch)
(uri (git-reference
@ -19826,7 +19826,7 @@ buffer displays recursive dir sizes.")
(file-name (git-file-name name version))
(sha256
(base32
"1nq3d8py2zsji835wilg514z5j180k371pwqsqrmnnhq1cj4fkia"))))
"19za6i96xrmczdh928n5ixd7j7pvy175sz1msaiwvdjwysjr8k51"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-s" ,emacs-s)