python3Packages.pyaussiebb: 0.0.14 -> 0.0.15

This commit is contained in:
Fabian Affolter 2022-03-24 08:18:03 +01:00
parent e9aa17c9f0
commit e80e0bb845

View file

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