Merge pull request #164390 from fabaff/bump-pyaussiebb

python3Packages.pyaussiebb: 0.0.11 -> 0.0.12
This commit is contained in:
Fabian Affolter 2022-03-16 10:23:29 +01:00 committed by GitHub
commit 24dd1743f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
, buildPythonPackage
, fetchFromGitHub
, loguru
, pydantic
, poetry-core
, pythonOlder
, requests
@ -10,7 +11,7 @@
buildPythonPackage rec {
pname = "pyaussiebb";
version = "0.0.11";
version = "0.0.12";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -19,7 +20,7 @@ buildPythonPackage rec {
owner = "yaleman";
repo = "aussiebb";
rev = "v${version}";
hash = "sha256-aL+n2ut7n6UUyymMEHoFMhRvK9iFRRunYE9ZirKFXhc=";
hash = "sha256-4B+eq863G+iVl8UnxDumPVpkj9W8kX5LK0wo4QIYo4w=";
};
nativeBuildInputs = [
@ -30,6 +31,7 @@ buildPythonPackage rec {
aiohttp
requests
loguru
pydantic
];
postPatch = ''