python310Packages.pyaussiebb: 0.0.15 -> 0.0.16

This commit is contained in:
Fabian Affolter 2023-03-29 08:54:14 +02:00
parent 3ac65fce5c
commit 3c1509969e

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyaussiebb";
version = "0.0.15";
version = "0.0.16";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "yaleman";
repo = "aussiebb";
rev = "v${version}";
hash = "sha256-V9yN05Bkv5vkHgXZ77ps3d6JS39M5iMuiijOGRBFi0U=";
hash = "sha256-dbu26QFboqVaSFYlTXsOFA4yhXXNcB4QBCA8PZTphns=";
};
nativeBuildInputs = [