summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <[email protected]>2022-01-04 16:53:56 +0100
committerNicolas Goaziou <[email protected]>2022-01-04 16:53:56 +0100
commit48c2983d95a0f889b3dd5adddb143d080b05383e (patch)
tree0969d1f564a54163322a729c7bfdc0a6b79187e9
parent603dd56be1ff4f47aa246314344d237c713cb181 (diff)
gnu: snap: Update to 7.0.3.
* gnu/packages/education.scm (snap): Update to 7.0.3.
-rw-r--r--gnu/packages/education.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index cf1236a90f..b4c952f8ae 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2016 Hartmut Goebel <[email protected]>
;;; Copyright © 2017, 2018, 2019, 2020, 2021 Efraim Flashner <[email protected]>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2018, 2019, 2020, 2021 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2018–2022 Nicolas Goaziou <[email protected]>
;;; Copyright © 2020 Robert Smith <[email protected]>
;;; Copyright © 2020 Guy Fleury Iteriteka <[email protected]>
;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
@@ -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))