Skip to content

Commit

Permalink
python312Packages.aemet-opendata: 0.6.3 -> 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 22, 2024
1 parent 0c23a22 commit 2edf85d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/aemet-opendata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildPythonPackage rec {
pname = "aemet-opendata";
version = "0.6.3";
version = "0.6.4";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "Noltari";
repo = "AEMET-OpenData";
rev = "refs/tags/${version}";
hash = "sha256-fGl3nHU2MlSKFWh4lkpXWad7ivMhxkIsbODcZOemYaQ=";
tag = version;
hash = "sha256-xxpB5JFPkTwd7dxba9pXRvcont/i3wXBdJh5NfLnZTM=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 2edf85d

Please sign in to comment.