[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: snap: Update to 6.0.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: snap: Update to 6.0.0. |
Date: |
Wed, 08 Jul 2020 11:56:34 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a42d6a9 gnu: snap: Update to 6.0.0.
a42d6a9 is described below
commit a42d6a99f80f202aac6414d1f691c9b5ddae71ce
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 8 17:55:55 2020 +0200
gnu: snap: Update to 6.0.0.
* gnu/packages/education.scm (snap): Update to 6.0.0.
---
gnu/packages/education.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index a54145a..47d3145 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -274,7 +274,7 @@ easy.")
(define-public snap
(package
(name "snap")
- (version "5.4.5")
+ (version "6.0.0")
(source
(origin
(method git-fetch)
@@ -283,7 +283,7 @@ easy.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1z6dbcsgvxxs40p23qysfsk4vzpg8jlrr5pqfnjf8q3kpz1xvzxf"))))
+ (base32 "1j5hcnms12hpnl2ba7haf00l08rkpb5wpfsgax07p838q5dc7cam"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: snap: Update to 6.0.0.,
guix-commits <=