guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: gnome-shell-extension-dash-to-dock: Update to 71.


From: guix-commits
Subject: 03/06: gnu: gnome-shell-extension-dash-to-dock: Update to 71.
Date: Wed, 15 Dec 2021 14:40:03 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit e8cc9016caeae441fbb0257393098b7f11a88fda
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Dec 15 20:26:10 2021 +0100

    gnu: gnome-shell-extension-dash-to-dock: Update to 71.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to
    71.
    [native-inputs]: Add sassc.
---
 gnu/packages/gnome-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index afe9a96..e9cc702 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -359,7 +359,7 @@ easier to keep track of applications running in the 
background.")
 (define-public gnome-shell-extension-dash-to-dock
   (package
     (name "gnome-shell-extension-dash-to-dock")
-    (version "67")
+    (version "71")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -368,7 +368,7 @@ easier to keep track of applications running in the 
background.")
                                            version))))
               (sha256
                (base32
-                "1746xm0iyvyzj6m3pvjx11smh9w1s7naz426ki0dlr5l7jh3mpy5"))
+                "12b6ljzs5071zs0kcf5yj4jfhq10b1gnldv0hmbksnqzz5g719wf"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
@@ -383,7 +383,8 @@ easier to keep track of applications running in the 
background.")
     (native-inputs
      `(("glib:bin" ,glib "bin")
        ("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("sassc" ,sassc)))
     (propagated-inputs
      (list glib))
     (synopsis "Transforms GNOME's dash into a dock")



reply via email to

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