gnu: snap: Update to 4.2.1.3.

* gnu/packages/education.scm (snap): Update to 4.2.1.3.
master
Nicolas Goaziou 2018-08-10 00:07:00 +02:00
parent 9f1a2be2ce
commit ddad1f74b3
No known key found for this signature in database
GPG Key ID: A834B9E080A93738
1 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ easy.")
(define-public snap
(package
(name "snap")
(version "4.1.2.7")
(version "4.2.1.3")
(source
(origin
(method git-fetch)
@ -253,7 +253,7 @@ easy.")
(file-name (git-file-name name version))
(sha256
(base32
"0cy3jhqqpmivqnfm9kmlnh3fhf3m3y4xqhikblk8vfjprh6vmcvd"))))
"0n32hg8rx6alk5j58l76gzmicrg1bp7jagz5mh1zrg7591aicjal"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))