Skip to content
Snippets Groups Projects
Verified Commit 80923d95 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 1.13.1-1: Update to 1.13.1

parent 93e4d6c8
No related branches found
No related tags found
No related merge requests found
pkgbase = python-sympy
pkgdesc = Symbolic manipulation package (Computer Algebra System), written in pure Python
pkgver = 1.13.0
pkgver = 1.13.1
pkgrel = 1
url = https://sympy.org/en/index.html
arch = any
......@@ -15,7 +15,7 @@ pkgbase = python-sympy
depends = python-mpmath
optdepends = ipython: user friendly interface for isympy
optdepends = python-symengine: optimized backend, set USE_SYMENGINE=1 to use
source = git+https://github.com/sympy/sympy#tag=sympy-1.13.0
sha512sums = 298c8e049a23adcb5151f51ecc12b174f0f01c2b8637be56728f10afa158e1a12fab993bad092636676a28401f92267b1aeabb9329f6ea51a921916133e4781b
source = git+https://github.com/sympy/sympy#tag=sympy-1.13.1
sha512sums = 0b34083447bffa9349e59310dc4807646c501e7f44c5fe2b80731e57b68e1ceaa87defa7316429847a462210382629eab491cd6ed3eed2a1f6b55e2cc1cdfab1
pkgname = python-sympy
......@@ -5,7 +5,7 @@
# Contributor: Peter Garceau <RockyChimp@gmail.com>
pkgname=python-sympy
pkgver=1.13.0
pkgver=1.13.1
pkgrel=1
arch=('any')
pkgdesc='Symbolic manipulation package (Computer Algebra System), written in pure Python'
......@@ -22,7 +22,7 @@ makedepends=('git'
checkdepends=('python-hypothesis'
'python-pytest')
source=(git+https://github.com/sympy/sympy#tag=sympy-$pkgver)
sha512sums=('298c8e049a23adcb5151f51ecc12b174f0f01c2b8637be56728f10afa158e1a12fab993bad092636676a28401f92267b1aeabb9329f6ea51a921916133e4781b')
sha512sums=('0b34083447bffa9349e59310dc4807646c501e7f44c5fe2b80731e57b68e1ceaa87defa7316429847a462210382629eab491cd6ed3eed2a1f6b55e2cc1cdfab1')
build() {
cd sympy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment