summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Turner <joseph@breatheoutbreathe.in>2026-05-27 10:39:53 -0700
committerSughosha <sughosha@disroot.org>2026-06-03 17:33:00 +0530
commitda7d68ef7dc3a06fbccb7ff5590e6642abecec74 (patch)
tree9a5ce1e142ccc2899ae241579f89b17663f7bbe7
parent2824d0eda7039a73dea8d3db615a52d4b2a4000d (diff)
gnu: pencil2d: Update to 0.7.2.
* gnu/packages/animation.scm (pencil2d): Update to 0.7.2. Change-Id: I2fa9511f855f34df4c74f4b4aebc2be480eaaf35 Signed-off-by: Sughosha <sughosha@disroot.org>
-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 d2c4033ca8b..699e73ec5d2 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -341,7 +341,7 @@ waveform until they line up with the proper sounds.")
341(define-public pencil2d 341(define-public pencil2d
342 (package 342 (package
343 (name "pencil2d") 343 (name "pencil2d")
344 (version "0.6.6") 344 (version "0.7.2")
345 (source (origin 345 (source (origin
346 (method git-fetch) 346 (method git-fetch)
347 (uri (git-reference 347 (uri (git-reference
@@ -350,7 +350,7 @@ waveform until they line up with the proper sounds.")
350 (file-name (git-file-name name version)) 350 (file-name (git-file-name name version))
351 (sha256 351 (sha256
352 (base32 352 (base32
353 "0b1nwiwyg01087q318vymg4si76dw41ykxbn2zwd6dqbxzbpr1dh")))) 353 "1g56f1ng6v0z9f7hj9hl358p189j1my092472pravpn9z9669gvp"))))
354 (build-system gnu-build-system) 354 (build-system gnu-build-system)
355 (inputs 355 (inputs
356 (list bash-minimal 356 (list bash-minimal