efraim pushed a commit to branch master
in repository guix.

commit 327452875a0a195e8fae1d51d22d807ce595ebd3
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon May 25 20:54:09 2020 +0300

    gnu: tuir: Update to 1.29.0.
    
    * gnu/packages/syndication.scm (tuir): Update to 1.29.0.
---
 gnu/packages/syndication.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index acd7b63..3d33ee5 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

Reply via email to