guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/01: gnu: snap: Update to 4.2.2.9.
Date: Fri, 14 Dec 2018 17:22:44 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 066d967f003a6d1d9141abc9e80ef2145b0c86a6
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Dec 14 23:22:10 2018 +0100

    gnu: snap: Update to 4.2.2.9.
    
    * gnu/packages/education.scm (snap): Update to 4.2.2.9.
---
 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 b333bb9..567dfce 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -243,7 +243,7 @@ easy.")
 (define-public snap
   (package
     (name "snap")
-    (version "4.2.2.2")
+    (version "4.2.2.9")
     (source
      (origin
        (method git-fetch)
@@ -253,7 +253,7 @@ easy.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0bay08yr58qj8wzpjg33gdj78rfhyskfzidknpdl3cr1jrj6i4p9"))))
+         "07qyhh4f8gr1fqyvxa2i6lkzaaa0vl12yzllgp81rdil8z8bi976"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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