Merge pull request #337117 from r-ryantm/auto-update/python312Packages.aioopenexchangerates

python312Packages.aioopenexchangerates: 0.6.1 -> 0.6.2

authored by

Robert Schütz and committed by
GitHub
46719a75 1171e349

+2 -2
+2 -2
pkgs/development/python-modules/aioopenexchangerates/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "aioopenexchangerates"; 17 - version = "0.6.1"; 17 + version = "0.6.2"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.11"; ··· 23 23 owner = "MartinHjelmare"; 24 24 repo = "aioopenexchangerates"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-4MKx2wbveuT8YwQKo4HsFUaTpt2KInLtIvMWFxZCFmE="; 26 + hash = "sha256-XsNeIUgHFPatGAhxcwtfSXUi+0sCQf9E6GH5C8OrpJg="; 27 27 }; 28 28 29 29 pythonRelaxDeps = [ "pydantic" ];