guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: aseprite: Downgrade to 1.1.7.


From: Efraim Flashner
Subject: 01/01: gnu: aseprite: Downgrade to 1.1.7.
Date: Sun, 26 Mar 2017 03:15:01 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 82654d956fd381cb10a7878758b25074636e757d
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 26 09:50:08 2017 +0300

    gnu: aseprite: Downgrade to 1.1.7.
    
    * gnu/packages/game-development.scm (aseprite): Downgrade to 1.1.7.
---
 gnu/packages/game-development.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index f39c9d4..29f0555 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Alex Kost <address@hidden>
 ;;; Copyright © 2015, 2016 David Thompson <address@hidden>
-;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016, 2017 Kei Kebreau <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Julian Graham <address@hidden>
@@ -457,7 +457,7 @@ etc.")
 (define-public aseprite
   (package
     (name "aseprite")
-    (version "1.1.13")
+    (version "1.1.7") ; After 1.1.7 the source is no longer distributed under 
the GPL.
     ;; TODO: Unbundle third party software.
     (source (origin
               (method url-fetch/zipbomb)
@@ -466,7 +466,7 @@ etc.")
                                   "/Aseprite-v" version "-Source.zip"))
               (sha256
                (base32
-                "0sm5vrrinpj423cpnlrczknjnykrn6q8c5qn2fmg5v22cv70dwzl"))))
+                "1plss4i1lfxcznv9p0pip1bkhj7ipw7jlhsh5avd6dzw079l4nvv"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]