diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 04:03:37 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:34:24 -0500 |
commit | 7d04b13c14969a0020fb61190262aa3b0d75d87b (patch) | |
tree | 5734621731920bdf4e337ab2b08060ee908dee1c /gnu | |
parent | 4faa8abebe5b8ad45e974f55eb0ccaa2f52b6dd9 (diff) | |
download | gnu-guix-7d04b13c14969a0020fb61190262aa3b0d75d87b.tar gnu-guix-7d04b13c14969a0020fb61190262aa3b0d75d87b.tar.gz |
gnu: d-feet: Update to 0.3.11.
* gnu/packages/gnome.scm (d-feet): Update to 0.3.11.
Diffstat (limited to 'gnu')
-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 49dab416e0..00e7a90eee 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3657,7 +3657,7 @@ principles are simplicity and standards compliance.") (define-public d-feet (package (name "d-feet") - (version "0.3.10") + (version "0.3.11") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3665,7 +3665,7 @@ principles are simplicity and standards compliance.") name "-" version ".tar.xz")) (sha256 (base32 - "0nb31bvwnj7pcpm85g8bvgjc6s5kbqy8g4qp7pzqf8w6rdgxzw48")))) + "1hmrijm4d9vwzx2r8qzzsy8ccpj79l1y6cc569n9jjzqcq699p53")))) (build-system glib-or-gtk-build-system) (arguments '(#:out-of-source? #f ; tests need to run in the source directory. |