gnu: emacs-casual-lib: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-casual-lib): Update to 1.1.1. Change-Id: Ib35cc44e0f8086158cdeec29062788110e1fb317master
parent
8a0fa26f7e
commit
99280d75a9
|
@ -33378,7 +33378,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.0")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(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))
|
||||
(sha256
|
||||
(base32
|
||||
"0dn6jz8bbz17326g0jd1hvz80xxmbl7dwifb2nnw7nl6q6adbkmf"))))
|
||||
"02pxnhp5idn6ypk5s5nl0df1s2pgmyy7g5p3hiyb52m972y1if35"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #t
|
||||
|
|
Reference in New Issue