diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-13 03:58:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-14 20:15:29 +0200 |
commit | 36c8f1f1e629b0d1cd33647385e222880b6c3286 (patch) | |
tree | 5bb19f921ea95dc3e50e0e54c8d84fd69079d8dc /gnu/packages/animation.scm | |
parent | 8b4e76249a4d1b4af5da6a8b07f4fb3c92234c07 (diff) | |
download | patches-36c8f1f1e629b0d1cd33647385e222880b6c3286.tar patches-36c8f1f1e629b0d1cd33647385e222880b6c3286.tar.gz |
gnu: etl: Update to 1.2.2.
* gnu/packages/animation.scm (etl): Update to 1.2.2.
Diffstat (limited to 'gnu/packages/animation.scm')
-rw-r--r-- | gnu/packages/animation.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm index 74a80ab046..97c5e6c615 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") |