3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: snap: Update to 6.2.4.

* gnu/packages/education.scm (snap): Update to 6.2.4.
This commit is contained in:
Nicolas Goaziou 2020-11-02 22:55:09 +01:00
parent 21df702808
commit dfed0eca93
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -275,7 +275,7 @@ easy.")
(define-public snap
(package
(name "snap")
(version "6.2.1")
(version "6.2.4")
(source
(origin
(method git-fetch)
@ -284,7 +284,7 @@ easy.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "163pskgrssw0l6c73lrdx613fridnv0162lscl4xqx9sgg7hfaxh"))))
(base32 "05ahhwhswnlyg5wiywdj0df4bymcz1l5l4324gjcvpm2lgwxxnl5"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))