[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/150: gnu: python-bigfloat: Update to 0.4.0.
From: |
guix-commits |
Subject: |
127/150: gnu: python-bigfloat: Update to 0.4.0. |
Date: |
Sun, 24 Apr 2022 05:12:38 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit b9a03cca38e5f5495628470bdfacd377a5443e3f
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 9 10:48:20 2022 +0100
gnu: python-bigfloat: Update to 0.4.0.
The previous version apparently broke with Python 3.9.
* gnu/packages/python-xyz.scm (python-bigfloat): Update to 0.4.0.
[propagated-inputs]: Add python-six.
---
gnu/packages/python-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9558c068e7..57cc99a127 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9842,14 +9842,15 @@ more advanced mathematics.")
(define-public python-bigfloat
(package
(name "python-bigfloat")
- (version "0.3.0")
+ (version "0.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bigfloat" version))
(sha256
- (base32 "0xd7q4l7v0f463diznjv4k9wlaks80pn9drdqmfifi7zx8qvybi6"))))
+ (base32 "1f0c1hdr39bbl5rds5r1waa1papjmjiyp0ixs64mkjiahzg6pfaq"))))
(build-system python-build-system)
+ (propagated-inputs (list python-six))
(inputs
(list mpfr))
(home-page "https://github.com/mdickinson/bigfloat")
- 87/150: gnu: python-locket: Add missing test input., (continued)
- 87/150: gnu: python-locket: Add missing test input., guix-commits, 2022/04/24
- 98/150: tests: Remove obsolete flag and import missing module., guix-commits, 2022/04/24
- 104/150: gnu: python-carbon: Disable tests., guix-commits, 2022/04/24
- 103/150: gnu: python-sphinxcontrib-github-alt: Use flit-core to build., guix-commits, 2022/04/24
- 94/150: gnu: btrfs-progs: Add missing input., guix-commits, 2022/04/24
- 110/150: gnu: python-flake8-print: Add missing build input., guix-commits, 2022/04/24
- 102/150: gnu: python-tinycss2: Remove custom build process., guix-commits, 2022/04/24
- 111/150: gnu: python-unpaddedbase64: Build using poetry., guix-commits, 2022/04/24
- 120/150: gnu: python-pypandoc: Add missing build input., guix-commits, 2022/04/24
- 124/150: gnu: python-annoy: Disable tests., guix-commits, 2022/04/24
- 127/150: gnu: python-bigfloat: Update to 0.4.0.,
guix-commits <=
- 132/150: gnu: python-cons: Disable tests., guix-commits, 2022/04/24
- 142/150: gnu: python-lcov-cobertura: Disable tests., guix-commits, 2022/04/24
- 147/150: gnu: python-typing-extensions: Remove custom 'build and 'install., guix-commits, 2022/04/24
- 150/150: gnu: python-markdown: Switch testing to unittest., guix-commits, 2022/04/24
- 61/150: gnu: python-httptools: Disable tests., guix-commits, 2022/04/24
- 75/150: gnu: python-bleach: Selectively disable tests., guix-commits, 2022/04/24
- 86/150: gnu: python-devtools: Disable tests., guix-commits, 2022/04/24
- 92/150: gnu: python-click-5: Disable failing test., guix-commits, 2022/04/24
- 67/150: gnu: python-pikepdf: Remove unused input., guix-commits, 2022/04/24
- 101/150: gnu: python-reportlab: Convert #:configure-flags to alist., guix-commits, 2022/04/24