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