Skip to content

Commit

Permalink
feat: update package python-mido to 1.3.3-1 (#489)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid authored Oct 25, 2024
1 parent de76007 commit b8bf24d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nvchecker/old_ver.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ot-simian1": "1.1.0",
"paulxstretch": "1.6.0",
"python-miditk-smf": "0.3.1",
"python-mido": "1.3.2",
"python-mido": "1.3.3",
"python-pyjacklib": "0.1.1",
"python-soundfile": "0.12.1",
"qjackcapture": "0.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/python-mido/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

_name=mido
pkgname=python-$_name
pkgver=1.3.2
pkgrel=2
pkgver=1.3.3
pkgrel=1
pkgdesc='A Python library for working with MIDI messages and ports'
url='https://mido.readthedocs.io/'
arch=(any)
Expand All @@ -16,7 +16,7 @@ optdepends=(
)
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('3aea28b6ed730f737d5b12da3578debe9dc50058fa370fe9ceded9189b67c348')
sha256sums=('1aecb30b7f282404f17e43768cbf74a6a31bf22b3b783bdd117a1ce9d22cb74c')

build() {
cd $_name-$pkgver
Expand Down

0 comments on commit b8bf24d

Please sign in to comment.