guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: snap: Update to 7.0.5.


From: guix-commits
Subject: 01/02: gnu: snap: Update to 7.0.5.
Date: Mon, 17 Jan 2022 18:37:33 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 67521ab4a12200dffe2dd35825b9d31a6f1a3098
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 18 00:29:44 2022 +0100

    gnu: snap: Update to 7.0.5.
    
    * gnu/packages/education.scm (snap): Update to 7.0.5.
---
 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 ce21b24a28..111eb61e1b 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -313,7 +313,7 @@ easy.")
 (define-public snap
   (package
     (name "snap")
-    (version "7.0.3")
+    (version "7.0.5")
     (source
      (origin
        (method git-fetch)
@@ -322,7 +322,7 @@ easy.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wqncxqin9g4y15i82qscz0v2fc1br68m6dx47jn4h4kjkmwxccb"))))
+        (base32 "13j52r810yijvkj85c356c342drc3947j28z3va7kz75mi26whsf"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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