diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-30 22:58:59 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-30 23:26:20 +0200 |
commit | 0d6e7e54edebbb449582a7d70e8c5e175976c66b (patch) | |
tree | 08331f406c02c55102201ee6cecad86c8e3bc66f /gnu | |
parent | b6434306b547831e17d44a0d2459835b3f0690e8 (diff) | |
download | guix-0d6e7e54edebbb449582a7d70e8c5e175976c66b.tar.gz |
gnu: itstool: Update to 2.0.7.
* gnu/packages/glib.scm (itstool): Update to 2.0.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index df33374276..7b9fc478b6 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -595,14 +595,14 @@ The intltool collection can be used to do these things: (define itstool (package (name "itstool") - (version "2.0.6") + (version "2.0.7") (source (origin (method url-fetch) (uri (string-append "http://files.itstool.org/itstool/itstool-" version ".tar.bz2")) (sha256 (base32 - "1acjgf8zlyk7qckdk19iqaca4jcmywd7vxjbcs1mm6kaf8icqcv2")))) + "1jl7gsr7aclb9nvqazr039m86y7f7ivfhl2pixcrbfqjkb97r6kb")))) (build-system gnu-build-system) (inputs (list libxml2 python-libxml2 python)) |