[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: python-cython: Update to 0.29.20.
From: |
guix-commits |
Subject: |
01/06: gnu: python-cython: Update to 0.29.20. |
Date: |
Thu, 2 Jul 2020 17:31:12 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 793a3ca19428e669582639b1a25fc956dc6d24bf
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 15:40:44 2020 +0200
gnu: python-cython: Update to 0.29.20.
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.20.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 300277f..5f52776 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3999,14 +3999,14 @@ provides additional functionality on the produced
Mallard documents.")
(define-public python-cython
(package
(name "python-cython")
- (version "0.29.17")
+ (version "0.29.20")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Cython" version))
(sha256
(base32
- "1wnaz40hdw4mg5acz5gqb6bhjhn4cvfxg0xdzfy7aa6qn665hqb3"))))
+ "1ivih4zl5fc2yzb3z60i6rj5yrfbbas8n2xql4bzflr2zksimn92"))))
(build-system python-build-system)
;; we need the full python package and not just the python-wrapper
;; because we need libpython3.3m.so
- branch staging updated (2995be7 -> 6ba3980), guix-commits, 2020/07/02
- 01/06: gnu: python-cython: Update to 0.29.20.,
guix-commits <=
- 02/06: gnu: libyaml: Update to 0.2.5., guix-commits, 2020/07/02
- 03/06: gnu: libyaml: Do not build static libraries., guix-commits, 2020/07/02
- 04/06: gnu: libcyaml: Update to 1.1.0., guix-commits, 2020/07/02
- 05/06: gnu: gdb@8.2: Inherit from the 'full' gdb., guix-commits, 2020/07/02
- 06/06: gnu: Rust: Use gdb@8., guix-commits, 2020/07/02