1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 09:54:04 +02: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
+2 -2
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))