1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-17 06:35:58 +02:00

gnu: emacs-dired-quick-sort: Update to 1.0.0.

* gnu/packages/emacs-xyz.scm (emacs-dired-quick-sort): Update to 1.0.0.

Change-Id: I38f5dd9c2785410e1b0fc900648a82952c5a1269
This commit is contained in:
Nicolas Goaziou
2026-05-01 22:18:44 +02:00
parent a3c66dfdd3
commit ff7f34c335
+2 -2
View File
@@ -23371,7 +23371,7 @@ information inside the Dired buffer.")
(define-public emacs-dired-quick-sort
(package
(name "emacs-dired-quick-sort")
(version "0.3")
(version "1.0.0")
(source
(origin
(method git-fetch)
@@ -23381,7 +23381,7 @@ information inside the Dired buffer.")
(file-name (git-file-name name version))
(sha256
(base32
"0wk29rqaczlz1r42xygphpyvhfcrkzilrz9xd4ps0qjybnx9dsgq"))))
"19v208kxlj1b1d9qkkjhwp3bc97r975plphnfvxh9193ax81ffcd"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-hydra))
(home-page "https://gitlab.com/xuhdev/dired-quick-sort/")