summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOSAMC2023-12-16 20:46:09 +0000
committerFlorian Hülsmann2023-12-16 20:46:09 +0000
commitf8d43fd5fb21283542670dbd7063fd5e4ee07882 (patch)
tree275f9963ee7eeb52bcd64103884066eb6dcf52e1 /PKGBUILD
parent388131ef0610c296f753afc3261a3592d638211b (diff)
downloadaur-python-mido.tar.gz
python-mido: update to v1.3.2 (#334)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 849fc59986de..579c56d003f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=mido
pkgname=python-$_name
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc='A Python library for working with MIDI messages and ports'
url='https://mido.readthedocs.io/'
@@ -16,7 +16,7 @@ optdepends=(
)
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('ebbcfb17d7c629371ae46d1db27ea5a128e6a3ef117b422787f0bab99a8e3120')
+sha256sums=('3aea28b6ed730f737d5b12da3578debe9dc50058fa370fe9ceded9189b67c348')
build() {
cd $_name-$pkgver