gnu: cedille: Update to 1.1.2.

* gnu/packages/cedille.scm (cedille): Update to 1.1.2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
John Soo 2020-02-23 17:42:54 +00:00 committed by Tobias Geerinckx-Rice
parent f267420707
commit 1063dea4ff
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -30,7 +30,7 @@ (define-module (gnu packages cedille)
(define-public cedille
(package
(name "cedille")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method git-fetch)
@ -40,7 +40,7 @@ (define-public cedille
(file-name (git-file-name name version))
(sha256
(base32
"07kv9wncyipfjf5w4ax8h2p35g70zb1qw6zc4afd7c225xia55wp"))))
"1h5s6ayh3s76z184jai3jidcs4cjk8s4nvkkv2am8dg4gfsybq22"))))
(inputs
`(("agda" ,agda)
("agda-ial" ,agda-ial)