diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 04:03:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:57 +0100 |
commit | 5a30234c210dfb37da832125cdbda6a9a0c585ca (patch) | |
tree | d042c0684ee2f9cc4b2082d5d5906c74808a8727 /gnu/packages/gnome-xyz.scm | |
parent | 491b91dc8a879e092c451ac15a9842f2feb40be4 (diff) | |
download | patches-5a30234c210dfb37da832125cdbda6a9a0c585ca.tar patches-5a30234c210dfb37da832125cdbda6a9a0c585ca.tar.gz |
gnu: gnome-shell-extension-dash-to-dock: Update to 67.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to 67.
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 0fc721b7d3..bd725ab725 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2019 Leo Prikler <leo.prikler@student.tugraz.at> ;;; Copyright © 2019 Alexandros Theodotou <alex@zrythm.org> ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org> +;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -117,7 +118,7 @@ the Obsidian icon theme.") (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 @@ -126,7 +127,7 @@ the Obsidian icon theme.") version)))) (sha256 (base32 - "04krl6rxlp1qc97psraf2kwin7h0mx4c7pnfpi7vhplmvasrwkfh")) + "1746xm0iyvyzj6m3pvjx11smh9w1s7naz426ki0dlr5l7jh3mpy5")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |