nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.aioopenexchangerates: 0.4.10 -> 0.4.11

+2 -2
+2 -2
pkgs/development/python-modules/aioopenexchangerates/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "aioopenexchangerates"; 17 - version = "0.4.10"; 17 + version = "0.4.11"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "MartinHjelmare"; 24 24 repo = "aioopenexchangerates"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-keZebaqIs+xaGy5O1551w05fV301XHzJpPDwvY4Tjnk="; 26 + hash = "sha256-8AScYCDgv8Dkjt/0WJ4P2q2H9dykuq3w00qDDP8PiSs="; 27 27 }; 28 28 29 29 postPatch = ''