me
/
guix
Archived
1
0
Fork 0

gnu: snap: Update to 6.2.1.

* gnu/packages/education.scm (snap): Update to 6.2.1.
master
Nicolas Goaziou 2020-09-29 14:06:25 +02:00
parent 07c3c3ba53
commit 088347300b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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