summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2025-02-02 16:59:05 -0500
committerLeo Famulari <leo@famulari.name>2025-02-02 17:05:46 -0500
commit4fccad83875cf8f5846b181525f814ce5c240ef9 (patch)
tree5e0113ecbe52a447d772b2c8865264c1b72a68b5 /gnu/packages/python-xyz.scm
parentad59a0c88bac673e1267d928fdfe2e83858d2839 (diff)
gnu: python-pysmt: Update to 0.9.6.
* gnu/packages/python-xyz.scm (python-pysmt): Update to 0.9.6. [source]: Remove obsolete patches. * gnu/packages/patches/python-pysmt-fix-pow-return-type.patch, gnu/packages/patches/python-pysmt-fix-smtlib-serialization-test.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Change-Id: I3772e8b118f122ddd66644a459a483183ef89193 Reviewed-by: Nicolas Graves <ngraves@ngraves.fr> Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d042717f15b..b4c6e250a7a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -161,6 +161,7 @@
161;;; Copyright © 2024 Markku Korkeala <markku.korkeala@iki.fi> 161;;; Copyright © 2024 Markku Korkeala <markku.korkeala@iki.fi>
162;;; Copyright © 2025 Jordan Moore <lockbox@struct.foo> 162;;; Copyright © 2025 Jordan Moore <lockbox@struct.foo>
163;;; Copyright © 2025 Dariqq <dariqq@posteo.net> 163;;; Copyright © 2025 Dariqq <dariqq@posteo.net>
164;;; Copyright © 2025 Nguyễn Gia Phong <mcsinyx@disroot.org>
164;;; 165;;;
165;;; This file is part of GNU Guix. 166;;; This file is part of GNU Guix.
166;;; 167;;;
@@ -36101,19 +36102,17 @@ SMT solvers and is built on top of the Z3 solver.")
36101(define-public python-pysmt 36102(define-public python-pysmt
36102 (package 36103 (package
36103 (name "python-pysmt") 36104 (name "python-pysmt")
36104 (version "0.9.5") 36105 (version "0.9.6")
36105 (source 36106 (source
36106 (origin 36107 (origin
36107 ;; Fetching from Git as pypi release doesn't include all test files. 36108 ;; Fetching from Git as pypi release doesn't include all test files.
36108 (method git-fetch) 36109 (method git-fetch)
36109 (patches (search-patches "python-pysmt-fix-pow-return-type.patch"
36110 "python-pysmt-fix-smtlib-serialization-test.patch"))
36111 (uri (git-reference 36110 (uri (git-reference
36112 (url "https://github.com/pysmt/pysmt") 36111 (url "https://github.com/pysmt/pysmt")
36113 (commit (string-append "v" version)))) 36112 (commit (string-append "v" version))))
36114 (file-name (git-file-name name version)) 36113 (file-name (git-file-name name version))
36115 (sha256 36114 (sha256
36116 (base32 "0hrxv23y5ip4ijfx5pvbwc2fq4zg9jz42wc9zqgqm0g0mjc9ckvh")))) 36115 (base32 "0jiw8pa6hfh9ajr953q187qgpdnk3bvaa3wmrxs8ilw5jc41sq8y"))))
36117 (build-system pyproject-build-system) 36116 (build-system pyproject-build-system)
36118 (arguments 36117 (arguments
36119 `(#:phases (modify-phases %standard-phases 36118 `(#:phases (modify-phases %standard-phases