guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: snap: Update to 4.2.2.2.


From: Nicolas Goaziou
Subject: 01/01: gnu: snap: Update to 4.2.2.2.
Date: Mon, 22 Oct 2018 09:57:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3a352a44056f4680bbb1de038bd0292803c35b1e
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Oct 22 15:56:38 2018 +0200

    gnu: snap: Update to 4.2.2.2.
    
    * gnu/packages/education.scm (snap): Update to 4.2.2.2.  Update source URL.
---
 gnu/packages/education.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 8b02adc..b333bb9 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -243,17 +243,17 @@ easy.")
 (define-public snap
   (package
     (name "snap")
-    (version "4.2.1.4")
+    (version "4.2.2.2")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/jmoenig/Snap--Build-Your-Own-Blocks.git";)
+             (url "https://github.com/jmoenig/Snap.git";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0yc0w0cdhvi0nwqqrann2v3y0n7shxh7irgixqvlavp4k49d7aqj"))))
+         "0bay08yr58qj8wzpjg33gdj78rfhyskfzidknpdl3cr1jrj6i4p9"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))
@@ -265,7 +265,7 @@ easy.")
                 (share (string-append out "/share/snap")))
            (copy-recursively source share)
            ;; Replace the sole minified file in the package.
-           (with-directory-excursion share
+           (with-directory-excursion (string-append share "/src")
              (delete-file "FileSaver.min.js")
              (symlink (string-append (assoc-ref %build-inputs "js-filesaver")
                                      "/share/javascript/FileSaver.min.js")



reply via email to

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