mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: emacs-dired-rsync: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-dired-rsync): Update to 0.6.
This commit is contained in:
parent
208272def9
commit
07aea714f8
1 changed files with 2 additions and 2 deletions
|
@ -19817,7 +19817,7 @@ buffer displays recursive dir sizes.")
|
||||||
(define-public emacs-dired-rsync
|
(define-public emacs-dired-rsync
|
||||||
(package
|
(package
|
||||||
(name "emacs-dired-rsync")
|
(name "emacs-dired-rsync")
|
||||||
(version "0.5")
|
(version "0.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -19826,7 +19826,7 @@ buffer displays recursive dir sizes.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nq3d8py2zsji835wilg514z5j180k371pwqsqrmnnhq1cj4fkia"))))
|
"19za6i96xrmczdh928n5ixd7j7pvy175sz1msaiwvdjwysjr8k51"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-s" ,emacs-s)
|
`(("emacs-s" ,emacs-s)
|
||||||
|
|
Loading…
Add table
Reference in a new issue