mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python312Packages.weatherflow4py: 0.2.21 -> 0.2.22
Diff: https://github.com/jeeftor/weatherflow4py/compare/refs/tags/v0.2.21...v0.2.22 Changelog: https://github.com/jeeftor/weatherflow4py/releases/tag/v0.2.22
This commit is contained in:
parent
5b59698840
commit
08dbc1a60c
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "weatherflow4py";
|
pname = "weatherflow4py";
|
||||||
version = "0.2.21";
|
version = "0.2.22";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
disabled = pythonOlder "3.11";
|
||||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
owner = "jeeftor";
|
owner = "jeeftor";
|
||||||
repo = "weatherflow4py";
|
repo = "weatherflow4py";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-ah/PpYusrr1nxvKiSpUBYfkn4crX9pCNV9mjpDndMQE=";
|
hash = "sha256-J1hZormJByWC29fuRAJ2ozydRxQh9bGp4Pi96DuTSQo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
Loading…
Reference in New Issue
Block a user