[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: snap: Update to 6.1.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: snap: Update to 6.1.0. |
Date: |
Fri, 31 Jul 2020 10:56:18 -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 a6bf3f7 gnu: snap: Update to 6.1.0.
a6bf3f7 is described below
commit a6bf3f7591accf2c9297c23f12c36e3f38e9bca3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jul 31 16:56:03 2020 +0200
gnu: snap: Update to 6.1.0.
* gnu/packages/education.scm (snap): Update to 6.1.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 a4081cc..e9d7a9b 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -274,7 +274,7 @@ easy.")
(define-public snap
(package
(name "snap")
- (version "6.0.0")
+ (version "6.1.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 "1j5hcnms12hpnl2ba7haf00l08rkpb5wpfsgax07p838q5dc7cam"))))
+ (base32 "19ppbh4jp2xrl9467njn79gqbmvgpi5z8asyk20q5886r53s9sas"))))
(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.1.0.,
guix-commits <=