mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-peewee: update to 3.11.2.
This commit is contained in:
parent
42e9737ef2
commit
b228991e2e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-peewee'
|
# Template file for 'python-peewee'
|
||||||
pkgname=python-peewee
|
pkgname=python-peewee
|
||||||
version=3.10.0
|
version=3.11.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="peewee-${version}"
|
wrksrc="peewee-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/coleifer/peewee"
|
homepage="https://github.com/coleifer/peewee"
|
||||||
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
|
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
|
||||||
checksum=d296cd2e8509b210a11e5b2a7e28b8ba52516fe22dc78f7062a8d2225c817bfd
|
checksum=81e4297ab2482f356a21c5e4bc7a2cc8684f43cd9731b468f386a48d653a043e
|
||||||
alternatives="peewee:pwiz:/usr/bin/pwiz.py2"
|
alternatives="peewee:pwiz:/usr/bin/pwiz.py2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue