guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/44: gnu: emacs-dired-rsync: Update to 0.7.


From: guix-commits
Subject: 18/44: gnu: emacs-dired-rsync: Update to 0.7.
Date: Fri, 1 Sep 2023 16:23:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f85950b2cfb0d39ca22fc3b5273270c0b0fb354a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:38:55 2023 +0200

    gnu: emacs-dired-rsync: Update to 0.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-dired-rsync): Update to 0.7.
    [description]: Use proper capitalization.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]