me
/
guix
Archived
1
0
Fork 0

gnu: snap: Update to 6.6.0.

* gnu/packages/education.scm (snap): Update to 6.6.0.
master
Nicolas Goaziou 2021-03-07 18:00:16 +01:00
parent acec0d9f5d
commit a4640f40fb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ easy.")
(define-public snap (define-public snap
(package (package
(name "snap") (name "snap")
(version "6.5.0") (version "6.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -285,7 +285,7 @@ easy.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0sqd4ddkfc7f7gx02wffvwbqgfbhpkcgyv7v5rh3gx60jca02p4w")))) (base32 "1k0j0sp6zz2hnh7zc7f086zc3sld01h7sk277j6fak914yv6slzy"))))
(build-system trivial-build-system) (build-system trivial-build-system)
(arguments (arguments
`(#:modules ((guix build utils)) `(#:modules ((guix build utils))