guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: tuir: Update to 1.29.0.


From: guix-commits
Subject: 01/09: gnu: tuir: Update to 1.29.0.
Date: Mon, 25 May 2020 15:39:56 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 327452875a0a195e8fae1d51d22d807ce595ebd3
Author: Efraim Flashner <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]