me
/
guix
Archived
1
0
Fork 0

gnu: snap: Update to 7.0.3.

* gnu/packages/education.scm (snap): Update to 7.0.3.
master
Nicolas Goaziou 2022-01-04 16:53:56 +01:00
parent 603dd56be1
commit 48c2983d95
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2017, 2018, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 20182021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019, 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 20182022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net>
;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
@ -313,7 +313,7 @@ easy.")
(define-public snap
(package
(name "snap")
(version "6.9.0")
(version "7.0.3")
(source
(origin
(method git-fetch)
@ -322,7 +322,7 @@ easy.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1wppz57lrrribrfnaiv6jrrf703w7i6ja0dnz8yx8naxhbsglwyf"))))
(base32 "0wqncxqin9g4y15i82qscz0v2fc1br68m6dx47jn4h4kjkmwxccb"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))