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


From: guix-commits
Subject: branch master updated: gnu: snap: Update to 5.4.5.
Date: Sat, 01 Feb 2020 11:08:04 -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 62ecae8  gnu: snap: Update to 5.4.5.
62ecae8 is described below

commit 62ecae83672b185007514c7794c13477271fb256
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat Feb 1 17:07:47 2020 +0100

    gnu: snap: Update to 5.4.5.
    
    * gnu/packages/education.scm (snap): Update to 5.4.5.
---
 gnu/packages/education.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 1470233..1c32680 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -254,7 +254,7 @@ easy.")
 (define-public snap
   (package
     (name "snap")
-    (version "5.4.0")
+    (version "5.4.5")
     (source
      (origin
        (method git-fetch)
@@ -263,8 +263,7 @@ easy.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "05m3x8yc9a7x9hfkrz2bm3yqkc63cdb8v3yznkjqq04sfx5dfd04"))))
+        (base32 "1z6dbcsgvxxs40p23qysfsk4vzpg8jlrr5pqfnjf8q3kpz1xvzxf"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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