python-dotenv: update to 1.1.1 (#24788)

This commit is contained in:
Dirk Stolle 2025-07-11 06:26:13 +02:00 committed by GitHub
parent a695595bf7
commit d77319bf34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
_realname=dotenv
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.1.0
pkgver=1.1.1
pkgrel=1
pkgdesc="Get and set values in your .env file in local and production servers (mingw-w64)"
arch=('any')
@ -22,7 +22,7 @@ makedepends=(
)
options=("!strip")
source=("https://github.com/theskumar/python-dotenv/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('2b9722774d3126917226cc39d0b63deb45bd9edacf8fa9b08aceee8e6d9a246d')
sha256sums=('94850b99f1b4705b25abecff1471f4d82450758bf2864f12b04df940feb66cd5')
build() {
cd "python-${_realname}-${pkgver}"