guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: python-lit: Update to 16.0.0.


From: guix-commits
Subject: 01/06: gnu: python-lit: Update to 16.0.0.
Date: Mon, 10 Apr 2023 10:02:30 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 970247e9f513d08ea0ceef6acef927345aa13a58
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 10 16:49:25 2023 +0300

    gnu: python-lit: Update to 16.0.0.
    
    * gnu/packages/check.scm (python-lit): Update to 16.0.0.
    [native-inputs]: Replace llvm with llvm-14.
---
 gnu/packages/check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 641f31a11b..550dc44d2d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2347,14 +2347,14 @@ programs, something like CSmith, a random generator of 
C programs.")
 (define-public python-lit
   (package
     (name "python-lit")
-    (version "14.0.3")
+    (version "16.0.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "lit" version))
         (sha256
          (base32
-          "162x7pddwl395c3mdb0mfn3f5z24x1jz6g27x303lfxpzidnn4m4"))))
+          "04dyv8b2nbdbn61zdgm042a21dwidyapn9zbinlf879a29rc6jiw"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -2363,7 +2363,7 @@ programs, something like CSmith, a random generator of C 
programs.")
            (lambda _
              (invoke "python" "lit.py" "tests"))))))
     (native-inputs
-     (list llvm))
+     (list llvm-14))
     (home-page "https://llvm.org/";)
     (synopsis "LLVM Software Testing Tool")
     (description "@code{lit} is a portable tool for executing LLVM and Clang



reply via email to

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