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


From: guix-commits
Subject: 01/01: gnu: snap: Update to 5.3.8.
Date: Sun, 1 Dec 2019 15:41:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 6610b04998b848593473d4a661c63d90a7e28ac8
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 1 21:40:48 2019 +0100

    gnu: snap: Update to 5.3.8.
    
    * gnu/packages/education.scm (snap): Update to 5.3.8.
---
 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 274b14d..9139578 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -254,7 +254,7 @@ easy.")
 (define-public snap
   (package
     (name "snap")
-    (version "5.2.5")
+    (version "5.3.8")
     (source
      (origin
        (method git-fetch)
@@ -264,7 +264,7 @@ easy.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0smlqxd8gqy26dlsal197848lhynv74m8myxs6fdlnzgva1f3zzw"))))
+         "1lm5vvykdzgn667kvnsv0ab5bl0kjsr05kvcd18a7pn0g8sykfpc"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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