diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-02 21:22:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-03 00:59:31 +0100 |
commit | 0f9bb61bfa1bf7276eb96dd29c4dc94ea23e8fad (patch) | |
tree | c9ea77e8930a14831ef80705edbb4e2d5470efec | |
parent | c41802401c410d4d06d15a1b7cfe43e2db3755f3 (diff) | |
download | guix-0f9bb61bfa1bf7276eb96dd29c4dc94ea23e8fad.tar guix-0f9bb61bfa1bf7276eb96dd29c4dc94ea23e8fad.tar.gz |
gnu: moka-icon-theme: Update to 5.3.5.
* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.3.5.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |