guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-radon: Update to 4.1.0.


From: guix-commits
Subject: 03/08: gnu: python-radon: Update to 4.1.0.
Date: Mon, 2 Mar 2020 17:03:29 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit f675ab4faf22d0f7ba8dec131b2e58ed3c1f34e0
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Mon Mar 2 13:45:25 2020 -0500

    gnu: python-radon: Update to 4.1.0.
    
    * gnu/packages/python-xyz.scm (python-radon): Update to 4.1.0.
---
 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 6a58a04..2192d78 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13204,14 +13204,14 @@ for more filetypes can be easily added by creating 
plugins for them.")
 (define-public python-radon
   (package
     (name "python-radon")
-    (version "2.2.0")
+    (version "4.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "radon" version))
        (sha256
         (base32
-         "07gq5hq4nrffxnlnksws9hrx7fd001gam63j62i82gyfr23gvdym"))))
+         "0vfxxzbnz5lxfvp0yxp35g6c8qqnnbhi4dm7shkm1d3d4192q22n"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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