python311Packages.pyaussiebb: 0.0.18 -> 0.1.1

Diff: https://github.com/yaleman/aussiebb/compare/refs/tags/v0.0.18...v0.1.1

Changelog: https://github.com/yaleman/pyaussiebb/blob/v0.1.1/CHANGELOG.md
This commit is contained in:
natsukium
2023-12-20 20:15:27 +01:00
committed by Martin Weinelt
parent f6bb6ce860
commit 8cf8a15095
@@ -11,8 +11,8 @@
buildPythonPackage rec {
pname = "pyaussiebb";
version = "0.0.18";
format = "pyproject";
version = "0.1.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "yaleman";
repo = "aussiebb";
rev = "refs/tags/v${version}";
hash = "sha256-tEdddVsLFCHRvyLCctDakioiop2xWaJlfGE16P1ukHc=";
hash = "sha256-XNf9vYMlTLqhYIVNw9GjPcXpOm5EYCcC4aGukR8g3zc=";
};
nativeBuildInputs = [