guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: python-lit: Update to 0.5.1.


From: Tobias Geerinckx-Rice
Subject: 04/06: gnu: python-lit: Update to 0.5.1.
Date: Sun, 24 Dec 2017 19:58:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8c2781f005a725c60a4be36094fc79e3bd6de492
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 25 00:42:09 2017 +0000

    gnu: python-lit: Update to 0.5.1.
    
    * gnu/packages/check.scm (python-lit): Update to 0.5.1.
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index f459b0c..f8e7e53 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1204,14 +1204,14 @@ seamlessly into your existing Python unit testing work 
flow.")
 (define-public python-lit
   (package
     (name "python-lit")
-    (version "0.5.0")
+    (version "0.5.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "lit" version))
         (sha256
          (base32
-          "135m2b9cwih85g66rjggavck328z7lj37srgpq3jxszbg0g2b91y"))))
+          "0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97"))))
     (build-system python-build-system)
     (home-page "http://llvm.org/";)
     (synopsis "LLVM Software Testing Tool")



reply via email to

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