Merge pull request #165571 from fabaff/bump-pyaussiebb

python3Packages.pyaussiebb: 0.0.14 -> 0.0.15
This commit is contained in:
Fabian Affolter 2022-03-24 08:59:31 +01:00 committed by GitHub
commit 4688af1a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [