guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: snap: Update to 5.


From: guix-commits
Subject: 01/01: gnu: snap: Update to 5.
Date: Fri, 28 Jun 2019 04:11:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 458f410bc2d9a007101a699e3e91c1cdcf1bff89
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Jun 28 10:11:12 2019 +0200

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

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 98aaad7..2bb61a7 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -250,17 +250,17 @@ easy.")
 (define-public snap
   (package
     (name "snap")
-    (version "4.2.2.9")
+    (version "5")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/jmoenig/Snap.git";)
-             (commit version)))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "07qyhh4f8gr1fqyvxa2i6lkzaaa0vl12yzllgp81rdil8z8bi976"))))
+         "0bh52n7nklaaq02qb56v7bvrslf047my6irl7g8h6xfjgw04yf20"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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