guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: python-toml: Update to 0.10.1.


From: guix-commits
Subject: 05/07: gnu: python-toml: Update to 0.10.1.
Date: Sat, 30 May 2020 17:22:07 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 42f48c664b3868d3f15d9f130004fb647267e25d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 30 23:12:54 2020 +0200

    gnu: python-toml: Update to 0.10.1.
    
    * gnu/packages/python-xyz.scm (python-toml): Update to 0.10.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0caa271..6aa6664 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3727,14 +3727,14 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom 
formats.")
 (define-public python-toml
   (package
     (name "python-toml")
-    (version "0.9.4")
+    (version "0.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "toml" version))
        (sha256
         (base32
-         "0bdbpbip67wdm6c7xwc6mmbmskyradj4cdxn1iibj4fcx1nbv1lf"))))
+         "03wbqm5cn685cwx2664hjdpz370njl7lf0yal8s0dkp5w4mn2swj"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                     ;no tests suite in release



reply via email to

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