python313Packages.pyairnow: 1.2.2 -> 1.3.1
Diff: https://github.com/asymworks/pyairnow/compare/refs/tags/v1.2.2...refs/tags/v1.3.1 Changelog: https://github.com/asymworks/pyairnow/blob/v1.3.1/CHANGELOG.md
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyairnow";
|
||||
version = "1.2.2";
|
||||
version = "1.3.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "asymworks";
|
||||
repo = "pyairnow";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-KjOu9V92n2rq8iOkgutlK7EMRvirFAEK8oxseI+dr2s=";
|
||||
hash = "sha256-BGTtDMq5SnYrk1qT6OkGa1tkxYH5umbMC5Udmffyf+g=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user