mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-casual-lib: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-casual-lib): Update to 2.0.0. Change-Id: I7a955afb06ac51c557a8335c208b4601daca3888
This commit is contained in:
parent
f72e1c7c5c
commit
8d32ea0d16
1 changed files with 2 additions and 2 deletions
|
@ -34434,7 +34434,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
|||
(define-public emacs-casual-lib
|
||||
(package
|
||||
(name "emacs-casual-lib")
|
||||
(version "1.1.4")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -34443,7 +34443,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0s9yx9s1d4zr35j3pd6dnhldax1h0sgr5zrraqva4ysbflwlvy50"))))
|
||||
"1hmr0zzwm3f88786j8p8x39jn5b8jja37x1iww4vd83dsvkksbpa"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue