mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
bf82252124
commit
d8fd250274
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue