guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: snap: Update to 6.6.0.


From: guix-commits
Subject: branch master updated: gnu: snap: Update to 6.6.0.
Date: Sun, 07 Mar 2021 12:00:32 -0500

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 a4640f4  gnu: snap: Update to 6.6.0.
a4640f4 is described below

commit a4640f40fb155b37282450da1b12caa2c705eb50
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 7 18:00:16 2021 +0100

    gnu: snap: Update to 6.6.0.
    
    * gnu/packages/education.scm (snap): Update to 6.6.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 c4ddc24..365bb98 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -276,7 +276,7 @@ easy.")
 (define-public snap
   (package
     (name "snap")
-    (version "6.5.0")
+    (version "6.6.0")
     (source
      (origin
        (method git-fetch)
@@ -285,7 +285,7 @@ easy.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sqd4ddkfc7f7gx02wffvwbqgfbhpkcgyv7v5rh3gx60jca02p4w"))))
+        (base32 "1k0j0sp6zz2hnh7zc7f086zc3sld01h7sk277j6fak914yv6slzy"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]