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


From: guix-commits
Subject: branch master updated: gnu: snap: Update to 6.9.0.
Date: Thu, 29 Jul 2021 04:22:03 -0400

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 e4e9037  gnu: snap: Update to 6.9.0.
e4e9037 is described below

commit e4e9037402b9ef1067766ae3ea4ef86f2f4926b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 29 10:21:49 2021 +0200

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

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 7eabfd7..2f38598 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -332,7 +332,7 @@ easy.")
 (define-public snap
   (package
     (name "snap")
-    (version "6.6.0")
+    (version "6.9.0")
     (source
      (origin
        (method git-fetch)
@@ -341,7 +341,7 @@ easy.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1k0j0sp6zz2hnh7zc7f086zc3sld01h7sk277j6fak914yv6slzy"))))
+        (base32 "1wppz57lrrribrfnaiv6jrrf703w7i6ja0dnz8yx8naxhbsglwyf"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))
@@ -370,8 +370,7 @@ easy.")
              (call-with-output-file script
                (lambda (port)
                  (format port "#!~a\n~a '~a'" bash xdg-open snap)))
-             (chmod script #o555)))
-         #t)))
+             (chmod script #o555))))))
     (inputs
      `(("bash" ,bash-minimal)
        ("js-filesaver" ,js-filesaver)



reply via email to

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