mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01: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 @@ (define-public emacs-casual-info
|
|||
(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 @@ (define-public emacs-casual-lib
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"02pxnhp5idn6ypk5s5nl0df1s2pgmyy7g5p3hiyb52m972y1if35"))))
|
||||
"1y45iqswhib9bfwbqfmlvxmfdn0wcvyfy696skn2cr7sn2q0n8a3"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #t
|
||||
|
|
Loading…
Reference in a new issue