Merge pull request #273000 from h7x4/pkgs-update-asitop

asitop: 0.0.23 -> 0.0.24
This commit is contained in:
Weijia Wang 2023-12-17 00:04:52 +01:00 committed by GitHub
commit 01e35654ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "asitop";
version = "0.0.23";
version = "0.0.24";
format = "setuptools";
disabled = python3.pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BNncgQRNAd6Pgur5D1xVQi3LSsijSAYIYvhsuiVyi9Q=";
hash = "sha256-Xfe1kwRXKpSPcc+UuHrcYThpqKh6kzWVsbPia/QsPjc=";
};
# has no tests