python311Packages.pyatmo: 8.0.2 -> 8.0.3
Diff: https://github.com/jabesq/pyatmo/compare/refs/tags/v8.0.2...v8.0.3 Changelog: https://github.com/jabesq/pyatmo/blob/v8.0.3/CHANGELOG.md
This commit is contained in:
parent
56f85cb5dc
commit
c4f066ef08
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyatmo";
|
||||
version = "8.0.2";
|
||||
version = "8.0.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||
owner = "jabesq";
|
||||
repo = "pyatmo";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-AKpDXfNF2t/3F4SmMWIgfkxHgcJobYs225gIeJ31l6k=";
|
||||
hash = "sha256-FnDXj+bY/TMdengnxgludXUTiZw9wpeFiNbWTIxrlzw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue