[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/54: gnu: python-kiwisolver: Update to 1.4.5.
From: |
guix-commits |
Subject: |
18/54: gnu: python-kiwisolver: Update to 1.4.5. |
Date: |
Thu, 11 Jan 2024 17:36:12 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit bad7e49f7a02f17954c355b252306facf6d488e0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 8 19:46:13 2024 +0100
gnu: python-kiwisolver: Update to 1.4.5.
* gnu/packages/maths.scm (python-kiwisolver): Update to 1.4.5.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Add python-typing-extension.
[native-inputs]: Add python-cppy, python-pytest, and python-setuptools-scm.
Change-Id: Iea75440dc58fa342dcf4a2a381b6dcc17e71e618
---
gnu/packages/maths.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index adc7beb655..ada828cb3f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2014-2022 Eric Bavier <bavier@posteo.net>
;;; Copyright © 2014 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2014 Mathieu Lirzin <mathieu.lirzin@openmailbox.org>
-;;; Copyright © 2015–2023 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015–2024 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2015, 2018 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015-2023 Efraim Flashner <efraim@flashner.co.il>
@@ -3636,14 +3636,16 @@ bindings to almost all functions of PETSc.")
(define-public python-kiwisolver
(package
(name "python-kiwisolver")
- (version "1.0.1")
+ (version "1.4.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "kiwisolver" version))
(sha256
(base32
- "0y22ci86znwwwfhbmvbgdfnbi6lv5gv2xkdlxvjw7lml43ayafyf"))))
- (build-system python-build-system)
+ "1v6nc0z9dg4am0bibji9pijci9f15z68mwrlv91a28pvawx5czp5"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-typing-extensions))
+ (native-inputs (list python-cppy python-pytest python-setuptools-scm))
(home-page "https://github.com/nucleic/kiwi")
(synopsis "Fast implementation of the Cassowary constraint solver")
(description
- 31/54: gnu: cnvkit: Update to 0.9.10., (continued)
- 31/54: gnu: cnvkit: Update to 0.9.10., guix-commits, 2024/01/11
- 54/54: gnu: python-geopandas: Update to 0.14.2., guix-commits, 2024/01/11
- 30/54: gnu: python-reportlab: Update to 4.0.8., guix-commits, 2024/01/11
- 53/54: gnu: python-dask: Propagate click., guix-commits, 2024/01/11
- 33/54: gnu: python-cooler: Update to 0.9.1., guix-commits, 2024/01/11
- 15/54: gnu: python-pynndescent: Update to 0.5.11., guix-commits, 2024/01/11
- 29/54: gnu: python-pegasusio: Disable tests., guix-commits, 2024/01/11
- 27/54: gnu: tadbit: Add missing input., guix-commits, 2024/01/11
- 40/54: gnu: python-hicmatrix: Update to 17.1., guix-commits, 2024/01/11
- 38/54: gnu: python-fit-nbinom: Disable tests., guix-commits, 2024/01/11
- 18/54: gnu: python-kiwisolver: Update to 1.4.5.,
guix-commits <=
- 46/54: gnu: python-click-default-group: Update to 1.2.4., guix-commits, 2024/01/11
- 34/54: gnu: python-pint: Update to 0.23., guix-commits, 2024/01/11
- 44/54: gnu: Add python-asyncinject., guix-commits, 2024/01/11
- 42/54: gnu: python-pint: Add missing input., guix-commits, 2024/01/11
- 25/54: gnu: python-poliastro: Make compatible with latest matplotlib., guix-commits, 2024/01/11
- 49/54: gnu: python-adjusttext: Disable tests., guix-commits, 2024/01/11
- 48/54: gnu: python-scikit-bio: Update to 0.5.9., guix-commits, 2024/01/11
- 23/54: gnu: python-scanpy: Update to 1.9.6., guix-commits, 2024/01/11