Skip to content

Commit a9b66fb

Browse files
authored
Merge pull request #329534 from r-ryantm/auto-update/python312Packages.aemet-opendata
python312Packages.aemet-opendata: 0.5.2 -> 0.5.3
2 parents 633ae25 + f567817 commit a9b66fb

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/aemet-opendata

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aemet-opendata/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "aemet-opendata";
16-
version = "0.5.2";
16+
version = "0.5.3";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "Noltari";
2323
repo = "AEMET-OpenData";
2424
rev = "refs/tags/${version}";
25-
hash = "sha256-cUvm8WJs2eW/KHIaLhQq/DYj7VIuTqxjhcwHprYIxAo=";
25+
hash = "sha256-KsmH7QJGVf+bZ5XoT+NeScwvvyrXSTZcAwdc12nJLHI=";
2626
};
2727

2828
build-system = [

0 commit comments

Comments
 (0)