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

* gnu/packages/emacs-xyz.scm (emacs-dired-rsync): Update to 0.5.
This commit is contained in:
Oleg Pykhalov 2020-11-29 22:26:06 +03:00
parent bf82252124
commit d8fd250274
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -18997,7 +18997,7 @@ (define-public emacs-dired-du
(define-public emacs-dired-rsync
(package
(name "emacs-dired-rsync")
(version "0.4")
(version "0.5")
(source (origin
(method git-fetch)
(uri (git-reference
@ -19006,7 +19006,7 @@ (define-public emacs-dired-rsync
(file-name (git-file-name name version))
(sha256
(base32
"0jzbn0izxqgz719gb6fpr60zbcb6w1ama13ngpvrig82nlhs37fv"))))
"1nq3d8py2zsji835wilg514z5j180k371pwqsqrmnnhq1cj4fkia"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-s" ,emacs-s)