guix-patches
[Top][All Lists]
Advanced

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

[bug#41148] [PATCH] gnu: gnome-shell-extension-dash-to-dock: Update to 6


From: Leo Prikler
Subject: [bug#41148] [PATCH] gnu: gnome-shell-extension-dash-to-dock: Update to 67.
Date: Sat, 9 May 2020 15:02:59 +0200

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to 67.
---
 gnu/packages/gnome-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 41c341fd41..5ffbd06ef3 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2019 Leo Prikler <address@hidden>
+;;; Copyright © 2019, 2020 Leo Prikler <address@hidden>
 ;;; Copyright © 2019 Alexandros Theodotou <address@hidden>
 ;;; Copyright © 2019 Giacomo Leidi <address@hidden>
 ;;; Copyright © 2020 Alex Griffin <address@hidden>
@@ -239,7 +239,7 @@ easier to keep track of apps running in the backround.")
 (define-public gnome-shell-extension-dash-to-dock
   (package
     (name "gnome-shell-extension-dash-to-dock")
-    (version "66")
+    (version "67")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -248,7 +248,7 @@ easier to keep track of apps running in the backround.")
                                            version))))
               (sha256
                (base32
-                "04krl6rxlp1qc97psraf2kwin7h0mx4c7pnfpi7vhplmvasrwkfh"))
+                "1746xm0iyvyzj6m3pvjx11smh9w1s7naz426ki0dlr5l7jh3mpy5"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.26.2






reply via email to

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