nckx pushed a commit to branch master
in repository guix.
commit 36c8f1f1e629b0d1cd33647385e222880b6c3286
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sat Apr 13 03:58:59 2019 +0200
gnu: etl: Update to 1.2.2.
* gnu/packages/animation.scm (etl): Update to 1.2.2.
---
gnu/packages/animation.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index 74a80ab..97c5e6c 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -44,15 +44,15 @@
(define-public etl
(package
(name "etl")
- (version "0.04.22")
+ (version "1.2.2")
(source (origin
(method url-fetch)
;; Keep this synchronized with the synfig release version.
(uri (string-append "mirror://sourceforge/synfig/releases/"
- "1.2.0/source/ETL-" version ".tar.gz"))
+ version "/source/ETL-" version ".tar.gz"))
(sha256
(base32
- "0ii73nsd3xzkhz6w1rnxwphl637j9w82xiy6apa9vin2isdynnmc"))))
+ "12sd8pz8l5xcxcmapkvih3brihdhdb6xmxisr9a415lydid9rh8d"))))
(build-system gnu-build-system)
(home-page "https://www.synfig.org")
(synopsis "Extended C++ template library")