mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-casual-dired: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-casual-dired): Update to 1.8.0. Change-Id: I995a187ab14389260f02cd3d2297cc7fa8e1ebd4
This commit is contained in:
parent
5fff7ce021
commit
78cfb8a44b
1 changed files with 2 additions and 2 deletions
|
@ -33379,7 +33379,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
||||||
(define-public emacs-casual-dired
|
(define-public emacs-casual-dired
|
||||||
(package
|
(package
|
||||||
(name "emacs-casual-dired")
|
(name "emacs-casual-dired")
|
||||||
(version "1.7.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -33388,7 +33388,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lilb3gi8mmiiwdwr3xsy9pvm3nh5crzsvbh45dsk72wwgzjp94i"))))
|
(base32 "024dyyk05r9kpvjizcr3lqn5kz4kwv8vkp66h2q2bf0k03vaj40c"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue