guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gnome-shell-extension-paperwm: Update to 36.


From: guix-commits
Subject: branch master updated: gnu: gnome-shell-extension-paperwm: Update to 36.0.
Date: Sun, 22 Mar 2020 12:24:43 -0400

This is an automated email from the git hooks/post-receive script.

ajgrf pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9720894  gnu: gnome-shell-extension-paperwm: Update to 36.0.
9720894 is described below

commit 9720894cc8d2534f746b24247341a4b8cb21f492
Author: Alex Griffin <address@hidden>
AuthorDate: Sun Mar 22 11:11:32 2020 -0500

    gnu: gnome-shell-extension-paperwm: Update to 36.0.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 
36.0.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index d9d757e..24a1dc2 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -433,7 +433,7 @@ It uses ES6 syntax and claims to be more actively 
maintained than others.")
 (define-public gnome-shell-extension-paperwm
   (package
     (name "gnome-shell-extension-paperwm")
-    (version "34.3")
+    (version "36.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -442,7 +442,7 @@ It uses ES6 syntax and claims to be more actively 
maintained than others.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1qry75f696pgmd9yzqvwhq5h6cipin2fvk7h881g29cjcpxim37a"))
+                "1ssnabwxrns36c61ppspjkr9i3qifv08pf2jpwl7cjv3pvyn4kly"))
               (snippet
                '(begin (delete-file "schemas/gschemas.compiled")))))
     (build-system copy-build-system)



reply via email to

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