python3-immutabledict: update to 3.0.0.
This commit is contained in:
parent
5e0827d4bf
commit
5238de882c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-immutabledict'
|
||||
pkgname=python3-immutabledict
|
||||
version=2.2.5
|
||||
version=3.0.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core"
|
||||
|
@ -13,7 +13,7 @@ license="MIT"
|
|||
homepage="https://github.com/corenting/immutabledict"
|
||||
changelog="https://raw.githubusercontent.com/corenting/immutabledict/master/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/i/immutabledict/immutabledict-${version}.tar.gz"
|
||||
checksum=1ce423cf7861ba84eaa7c2eca482e46854eac07765ef4873b640eb67eea8b203
|
||||
checksum=5a23cd369a6187f76a8c29d7d687980b092538eb9800e58964603f1b973c56fe
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue