python311Packages.metar: 1.10.0 -> 1.11.0
Diff: https://github.com/python-metar/python-metar/compare/refs/tags/v1.10.0...v1.11.0 Changelog: https://github.com/python-metar/python-metar/blob/v1.11.0/CHANGELOG.md
This commit is contained in:
parent
e4a6be1d85
commit
dda15a6225
@ -7,7 +7,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "metar";
|
||||
version = "1.10.0";
|
||||
version = "1.11.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "python-metar";
|
||||
repo = "python-metar";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-53vgnViEYuMVKEnIZ2BNyIUrURR2rwopx7RWyFmF5PA=";
|
||||
hash = "sha256-ZDjlXcSTUcSP7oRdhzLpXf/fLUA7Nkc6nj2I6vovbHg=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user