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.2.
* gnu/packages/emacs-xyz.scm (emacs-casual-lib): Update to 1.1.2. Change-Id: I40d683b1c5023408a0910d7f189122883bd5e180
This commit is contained in:
parent
0777c71e14
commit
c7fa74b8f0
1 changed files with 2 additions and 2 deletions
|
@ -33433,7 +33433,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.1")
|
||||
(version "1.1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -33442,7 +33442,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"02pxnhp5idn6ypk5s5nl0df1s2pgmyy7g5p3hiyb52m972y1if35"))))
|
||||
"1y45iqswhib9bfwbqfmlvxmfdn0wcvyfy696skn2cr7sn2q0n8a3"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue