python312Packages.pyaussiebb: 0.1.4 -> 0.1.5 (#371727)

This commit is contained in:
Fabian Affolter
2025-01-07 12:27:52 +01:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyaussiebb";
version = "0.1.4";
version = "0.1.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "yaleman";
repo = "aussiebb";
tag = "v${version}";
hash = "sha256-IW2HraJbgvf0G1eRXNpnsPMWlLXi2P9DTyk+tG5Hc2U=";
hash = "sha256-ejaHweoRNrJJq6XGeTrENco8SPwwu6rSpGzksu0CsCY=";
};
postPatch = ''