summaryrefslogtreecommitdiff
path: root/gnu/packages/animation.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-06 05:42:28 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-06 05:59:01 +0200
commit9405f8b8a41898322b97d4abec216b9dcd9d6914 (patch)
treebba1f99cc8a23148d2cd1dc6c0fc6dc6e2f07233 /gnu/packages/animation.scm
parentfcc7fa472b111e0916d96621bbf68f869358bdd9 (diff)
downloadguix-patches-9405f8b8a41898322b97d4abec216b9dcd9d6914.tar
guix-patches-9405f8b8a41898322b97d4abec216b9dcd9d6914.tar.gz
gnu: pencil2d: Update to 0.6.4.
* gnu/packages/animation.scm (pencil2d): Update to 0.6.4.
Diffstat (limited to 'gnu/packages/animation.scm')
-rw-r--r--gnu/packages/animation.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index b46382c035..08bf4eb1de 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -264,7 +264,7 @@ waveform until they line up with the proper sounds.")
(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 @@ waveform until they line up with the proper sounds.")
(file-name (git-file-name name version))
(sha256
(base32
- "097xwvhw7vl9pgknhb40zs6adf7mb1xxfc73h4kiqgp6z59prjl3"))))
+ "0zi8x0w8n817zds2lyw9l8j33c03kiybkrcyy3s5fg66mchmrwnr"))))
(build-system gnu-build-system)
(inputs
`(("qtbase" ,qtbase)