gnu: snap: Update to 6.9.0.
* gnu/packages/education.scm (snap): Update to 6.9.0.
This commit is contained in:
parent
87b409d7e9
commit
e4e9037402
@ -332,7 +332,7 @@ easy.")
|
|||||||
(define-public snap
|
(define-public snap
|
||||||
(package
|
(package
|
||||||
(name "snap")
|
(name "snap")
|
||||||
(version "6.6.0")
|
(version "6.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -341,7 +341,7 @@ easy.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1k0j0sp6zz2hnh7zc7f086zc3sld01h7sk277j6fak914yv6slzy"))))
|
(base32 "1wppz57lrrribrfnaiv6jrrf703w7i6ja0dnz8yx8naxhbsglwyf"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
@ -370,8 +370,7 @@ easy.")
|
|||||||
(call-with-output-file script
|
(call-with-output-file script
|
||||||
(lambda (port)
|
(lambda (port)
|
||||||
(format port "#!~a\n~a '~a'" bash xdg-open snap)))
|
(format port "#!~a\n~a '~a'" bash xdg-open snap)))
|
||||||
(chmod script #o555)))
|
(chmod script #o555))))))
|
||||||
#t)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash" ,bash-minimal)
|
`(("bash" ,bash-minimal)
|
||||||
("js-filesaver" ,js-filesaver)
|
("js-filesaver" ,js-filesaver)
|
||||||
|
Loading…
Reference in New Issue
Block a user