diff options
author | Celeste <20312-Celeste@users.gitlab.alpinelinux.org> | 2024-09-06 14:01:48 +0000 |
---|---|---|
committer | Celeste <20312-Celeste@users.gitlab.alpinelinux.org> | 2024-09-06 14:18:18 +0000 |
commit | 9bed29cc859064c50c301092848eade3e9dd4667 (patch) | |
tree | edc4199fe44825a73c61cbf906f1ea48108c08b7 | |
parent | 1e3621df4fb69dcd9f14ffb8f6f7d5d1995a1265 (diff) | |
download | aports-9bed29cc859064c50c301092848eade3e9dd4667.zip |
testing/py3-pyinstrument: upgrade to 4.7.3
https://github.com/joerick/pyinstrument/compare/v4.7.2...v4.7.3
-rw-r--r-- | testing/py3-pyinstrument/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pyinstrument/APKBUILD b/testing/py3-pyinstrument/APKBUILD index f60031ea08e..c5b9f9b4750 100644 --- a/testing/py3-pyinstrument/APKBUILD +++ b/testing/py3-pyinstrument/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Aiden Grossman <agrossman154@yahoo.com> # Maintainer: Celeste <cielesti@protonmail.com> pkgname=py3-pyinstrument -pkgver=4.7.2 +pkgver=4.7.3 pkgrel=0 pkgdesc="Call stack profiler for Python" url="https://github.com/joerick/pyinstrument" @@ -45,5 +45,5 @@ package() { } sha512sums=" -5f1e425b1276fc17f594d43ea4b53b800ccaabe1791f34d127b5e065d0c8b311369e387494103a6971269d889dea11789157ebd8a1ae2eef827da7ec15ca2a34 py3-pyinstrument-4.7.2.tar.gz +24feac08a9726379b749f391bdb6ddbca6d3631cf3515d3ead85ace7a96f213bf60e2cd4d4f3c7cade68b5e481b4bfd562482817befe6322579101a8d91add66 py3-pyinstrument-4.7.3.tar.gz " |