guix-commits
[Top][All Lists]
Advanced

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

138/285: Revert "gnu: gnome-shell-extension-dash-to-dock: Update to 67."


From: guix-commits
Subject: 138/285: Revert "gnu: gnome-shell-extension-dash-to-dock: Update to 67."
Date: Sun, 29 Dec 2019 20:44:16 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit fa6354fc24c06559d80c3e767a3f54faf4b9ff1e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 25 10:59:42 2019 +0100

    Revert "gnu: gnome-shell-extension-dash-to-dock: Update to 67."
    
    This reverts commit 5a30234c210dfb37da832125cdbda6a9a0c585ca, which
    assumes you're running Gnome 3.34, which is unlikely.
---
 gnu/packages/gnome-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index bd725ab..0fc721b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -2,7 +2,6 @@
 ;;; Copyright © 2019 Leo Prikler <address@hidden>
 ;;; Copyright © 2019 Alexandros Theodotou <address@hidden>
 ;;; Copyright © 2019 Giacomo Leidi <address@hidden>
-;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -118,7 +117,7 @@ the Obsidian icon theme.")
 (define-public gnome-shell-extension-dash-to-dock
   (package
     (name "gnome-shell-extension-dash-to-dock")
-    (version "67")
+    (version "66")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -127,7 +126,7 @@ the Obsidian icon theme.")
                                            version))))
               (sha256
                (base32
-                "1746xm0iyvyzj6m3pvjx11smh9w1s7naz426ki0dlr5l7jh3mpy5"))
+                "04krl6rxlp1qc97psraf2kwin7h0mx4c7pnfpi7vhplmvasrwkfh"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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