We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb8cca commit a9a5011Copy full SHA for a9a5011
1 file changed
srcpkgs/python3-peewee/template
@@ -1,6 +1,6 @@
1
# Template file for 'python3-peewee'
2
pkgname=python3-peewee
3
-version=4.0.3
+version=4.0.4
4
revision=1
5
build_style=python3-pep517
6
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
@@ -12,7 +12,7 @@ license="MIT"
12
homepage="https://github.com/coleifer/peewee"
13
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
14
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
15
-checksum=70ed4a7a317c44fd388e2de696005cbc7574dc7db35915ecdaea8a977cd8f1b1
+checksum=a19d5fc897dff9eca3394f3fe66cae2c0e589e7eb1b2d382cb79b8ab2f5db275
16
make_check=no # tests require postgres instance
17
18
post_install() {
0 commit comments