gnu: snap: Update to 5.

* gnu/packages/education.scm (snap): Update to 5.
This commit is contained in:
Nicolas Goaziou 2019-06-28 10:11:12 +02:00
parent 5b786db86c
commit 458f410bc2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -250,17 +250,17 @@ (define-public tipp10
(define-public snap (define-public snap
(package (package
(name "snap") (name "snap")
(version "4.2.2.9") (version "5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/jmoenig/Snap.git") (url "https://github.com/jmoenig/Snap.git")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"07qyhh4f8gr1fqyvxa2i6lkzaaa0vl12yzllgp81rdil8z8bi976")))) "0bh52n7nklaaq02qb56v7bvrslf047my6irl7g8h6xfjgw04yf20"))))
(build-system trivial-build-system) (build-system trivial-build-system)
(arguments (arguments
`(#:modules ((guix build utils)) `(#:modules ((guix build utils))