guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: python-flit: Update to 3.0.0.


From: guix-commits
Subject: 12/15: gnu: python-flit: Update to 3.0.0.
Date: Sun, 29 Nov 2020 14:08:58 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit e1f86df4e416d20da35dbc30927988794229a40e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Nov 28 03:06:05 2020 -0500

    gnu: python-flit: Update to 3.0.0.
    
    * gnu/packages/python-xyz.scm (python-flit): Update to 3.0.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 8574a6e..753fe47 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20896,14 +20896,14 @@ the syntactic logic to configure and launch jobs in 
an execution environment.")
 (define-public python-flit
   (package
     (name "python-flit")
-    (version "2.1.0")
+    (version "3.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "flit" version))
        (sha256
         (base32
-         "0h5vvmqinqzn97mr3ix7zx53af9ad4fimjjwqpx88yp8qhz4r5bc"))))
+         "14q8qa48bli2mniznc8b54qkwvhbik4kw99y01fi5gzzl620zzml"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f)) ; XXX: Check requires network access.



reply via email to

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