diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-01 21:38:55 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-01 22:21:53 +0200 |
commit | f85950b2cfb0d39ca22fc3b5273270c0b0fb354a (patch) | |
tree | ad7ca8714c85b99aad3c82662775c9abba5fd482 /gnu/packages | |
parent | b84f94b88bfe362f215941c1d5c082ad8c134590 (diff) |
gnu: emacs-dired-rsync: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-dired-rsync): Update to 0.7.
[description]: Use proper capitalization.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c224f2b007..7af3772cfd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27354,7 +27354,7 @@ customisation options to control its behaviour.") (define-public emacs-dired-rsync (package (name "emacs-dired-rsync") - (version "0.6") + (version "0.7") (source (origin (method git-fetch) (uri (git-reference @@ -27363,17 +27363,17 @@ customisation options to control its behaviour.") (file-name (git-file-name name version)) (sha256 (base32 - "19za6i96xrmczdh928n5ixd7j7pvy175sz1msaiwvdjwysjr8k51")))) + "1zvsmpvham670i807rs8f2f0h73yk4fpaavj0hzksqcl5ykh4fgr")))) (build-system emacs-build-system) (propagated-inputs (list emacs-s emacs-dash)) (home-page "https://github.com/stsquad/dired-rsync/") (synopsis "Support for rsync from Emacs dired buffers") (description "This package adds a single command @code{dired-rsync} which -allows the user to copy marked files in a dired buffer via @code{rsync}. This +allows the user to copy marked files in a Dired buffer via @code{rsync}. This is useful, especially for large files, because the copy happens in the background and doesn’t lock up Emacs. It is also more efficient than using -tramps own encoding methods for moving data between systems.") +Tramp's own encoding methods for moving data between systems.") (license license:gpl3+))) (define-public emacs-pcre2el |