mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: snap: Update to 4.2.2.2.
* gnu/packages/education.scm (snap): Update to 4.2.2.2. Update source URL.
This commit is contained in:
parent
09aa3d063a
commit
3a352a4405
1 changed files with 4 additions and 4 deletions
|
@ -243,17 +243,17 @@ (define-public tipp10
|
||||||
(define-public snap
|
(define-public snap
|
||||||
(package
|
(package
|
||||||
(name "snap")
|
(name "snap")
|
||||||
(version "4.2.1.4")
|
(version "4.2.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jmoenig/Snap--Build-Your-Own-Blocks.git")
|
(url "https://github.com/jmoenig/Snap.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yc0w0cdhvi0nwqqrann2v3y0n7shxh7irgixqvlavp4k49d7aqj"))))
|
"0bay08yr58qj8wzpjg33gdj78rfhyskfzidknpdl3cr1jrj6i4p9"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
@ -265,7 +265,7 @@ (define-public snap
|
||||||
(share (string-append out "/share/snap")))
|
(share (string-append out "/share/snap")))
|
||||||
(copy-recursively source share)
|
(copy-recursively source share)
|
||||||
;; Replace the sole minified file in the package.
|
;; Replace the sole minified file in the package.
|
||||||
(with-directory-excursion share
|
(with-directory-excursion (string-append share "/src")
|
||||||
(delete-file "FileSaver.min.js")
|
(delete-file "FileSaver.min.js")
|
||||||
(symlink (string-append (assoc-ref %build-inputs "js-filesaver")
|
(symlink (string-append (assoc-ref %build-inputs "js-filesaver")
|
||||||
"/share/javascript/FileSaver.min.js")
|
"/share/javascript/FileSaver.min.js")
|
||||||
|
|
Loading…
Reference in a new issue