[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: python-cython: Update to 0.29.14.
From: |
guix-commits |
Subject: |
01/07: gnu: python-cython: Update to 0.29.14. |
Date: |
Tue, 12 Nov 2019 09:13:02 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 39c3cffe57931e99ce6f8149c995e6daee78fc52
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Nov 2 00:29:08 2019 +0100
gnu: python-cython: Update to 0.29.14.
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.14.
---
gnu/packages/python-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d7acd48..476c4af 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3346,14 +3346,13 @@ provides additional functionality on the produced
Mallard documents.")
(define-public python-cython
(package
(name "python-cython")
- (version "0.29.13")
+ (version "0.29.14")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Cython" version))
(sha256
- (base32
- "13k37lrcgagwwnzr5bzririsscb793vndj234d475x1h9ad0d7f2"))))
+ (base32 "050lh336791yl76krn44zm2dz00mlhpb26bk9fq9wcfh0f3vpmp4"))))
(build-system python-build-system)
;; we need the full python package and not just the python-wrapper
;; because we need libpython3.3m.so
- branch master updated (18a6980 -> 3e1ccbe), guix-commits, 2019/11/12
- 07/07: gnu: mlt: Update to 6.18.0., guix-commits, 2019/11/12
- 01/07: gnu: python-cython: Update to 0.29.14.,
guix-commits <=
- 05/07: gnu: faudio: Use GIT-FILE-NAME., guix-commits, 2019/11/12
- 03/07: gnu: light: Update to 1.2.1., guix-commits, 2019/11/12
- 06/07: gnu: light: Don't use unstable tarball., guix-commits, 2019/11/12
- 04/07: gnu: faudio: Update to 19.11., guix-commits, 2019/11/12
- 02/07: gnu: psmisc: Update to 23.3., guix-commits, 2019/11/12