gnu: pencil2d: Update to 0.6.4.

* gnu/packages/animation.scm (pencil2d): Update to 0.6.4.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-06 05:42:28 +02:00
parent fcc7fa472b
commit 9405f8b8a4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -264,7 +264,7 @@ (define-public papagayo
(define-public pencil2d
(package
(name "pencil2d")
(version "0.6.3")
(version "0.6.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -273,7 +273,7 @@ (define-public pencil2d
(file-name (git-file-name name version))
(sha256
(base32
"097xwvhw7vl9pgknhb40zs6adf7mb1xxfc73h4kiqgp6z59prjl3"))))
"0zi8x0w8n817zds2lyw9l8j33c03kiybkrcyy3s5fg66mchmrwnr"))))
(build-system gnu-build-system)
(inputs
`(("qtbase" ,qtbase)