gnu: snap: Update to 5.

* gnu/packages/education.scm (snap): Update to 5.
master
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
1 changed files with 3 additions and 3 deletions

View File

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