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.1.4.


From: guix-commits
Subject: branch master updated: gnu: snap: Update to 6.1.4.
Date: Fri, 07 Aug 2020 04:54:31 -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 b9330b9  gnu: snap: Update to 6.1.4.
b9330b9 is described below

commit b9330b95ff5c010075b6ef9016b1e5f9ea68ba95
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 7 10:53:57 2020 +0200

    gnu: snap: Update to 6.1.4.
    
    * gnu/packages/education.scm (snap): Update to 6.1.4.
---
 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 e9d7a9b..ae8449b 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -274,7 +274,7 @@ easy.")
 (define-public snap
   (package
     (name "snap")
-    (version "6.1.0")
+    (version "6.1.4")
     (source
      (origin
        (method git-fetch)
@@ -283,7 +283,7 @@ easy.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19ppbh4jp2xrl9467njn79gqbmvgpi5z8asyk20q5886r53s9sas"))))
+        (base32 "0qvnm5jg2hlf32say531m8nmp3aib93mqnllw1g289s58fzk5li6"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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