From 7967efc18cbd3e862026cd2d30366b6428d0bcae Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 2 Mar 2017 21:22:07 +0100 Subject: gnu: arc-theme: Update to 20170302. * gnu/packages/gnome.scm (arc-theme): Update to 20170302. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b673b3d402..650ab4f36e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5606,7 +5606,7 @@ functionality and behavior.") (define-public arc-theme (package (name "arc-theme") - (version "20161119") + (version "20170302") (source (origin (method url-fetch) (uri (string-append "https://github.com/horst3180/arc-theme" @@ -5614,7 +5614,7 @@ functionality and behavior.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1kbhaxmydyip3vdw4kf8rk776jcd9wf0w7z6h2i4naxdn4rsnw54")))) + "0igxpngnkf1wpsg872a9jg3c9f5z8afm312yfbillz16mk8w39cw")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3 From c41802401c410d4d06d15a1b7cfe43e2db3755f3 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 2 Mar 2017 21:23:36 +0100 Subject: gnu: arc-icon-theme: Update to 20161122. * gnu/packages/gnome.scm (arc-icon-theme): Update to 20161122. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 650ab4f36e..6a0a9037a8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5674,7 +5674,7 @@ simple and consistent.") (define-public arc-icon-theme (package (name "arc-icon-theme") - (version "20160605") + (version "20161122") (source (origin (method url-fetch) (uri (string-append "https://github.com/horst3180/arc-icon-theme" @@ -5682,7 +5682,7 @@ simple and consistent.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1npf0ki0j0llrw9wbffhxxa1cdms0q7b8xlg9m943dd9g7pgdm2p")))) + "1ya1cqvv8q847c0rpcg6apzky87q3h04y8jz5nmi52qk6kg8si0b")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3 From 0f9bb61bfa1bf7276eb96dd29c4dc94ea23e8fad Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 2 Mar 2017 21:22:52 +0100 Subject: gnu: moka-icon-theme: Update to 5.3.5. * gnu/packages/gnome.scm (moka-icon-theme): Update to 5.3.5. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6a0a9037a8..cfd8b24290 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5639,7 +5639,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.") (define-public moka-icon-theme (package (name "moka-icon-theme") - (version "5.3.1") + (version "5.3.5") (source (origin (method url-fetch) (uri (string-append "https://github.com/moka-project" @@ -5648,7 +5648,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1lnk7p8dsd9xh6cgz5krvlcr457w8yl4m6p6s5c2g5narsjswzrm")))) + "062rab0ggmgb3y0d6b3k5d47wsadi28cdnyyr2vqbjhza01dglci")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3