diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-05-25 20:54:09 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-05-25 22:37:21 +0300 |
commit | 327452875a0a195e8fae1d51d22d807ce595ebd3 (patch) | |
tree | 0d150c0c3ed7aa07b1830e30a70c6fb673addb14 /gnu | |
parent | 9be18877d5c9fe49feb317b9026d5d3a32d98779 (diff) | |
download | patches-327452875a0a195e8fae1d51d22d807ce595ebd3.tar patches-327452875a0a195e8fae1d51d22d807ce595ebd3.tar.gz |
gnu: tuir: Update to 1.29.0.
* gnu/packages/syndication.scm (tuir): Update to 1.29.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/syndication.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index acd7b63ef7..3d33ee521f 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -135,14 +135,14 @@ file system, and many more features.") (define-public tuir (package (name "tuir") - (version "1.28.3") + (version "1.29.0") (source (origin (method url-fetch) (uri (pypi-uri "tuir" version)) (sha256 (base32 - "1gpyjrl7jdfjq30m32nzh59ajv91gq19l93jjri2wsv5yrf90hdr")))) + "06xb030ibphbrz4nsxm8mh3g60ld8xfp6kc3j6vi1k4ls5s4h79i")))) (build-system python-build-system) (arguments `(#:phases |