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

Configure Feed

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

python313Packages.accuweather: 4.2.1 -> 4.2.2

Diff: https://github.com/bieniu/accuweather/compare/4.2.1...4.2.2

Changelog: https://github.com/bieniu/accuweather/releases/tag/4.2.2

+2 -2
+2 -2
pkgs/development/python-modules/accuweather/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "accuweather"; 18 - version = "4.2.1"; 18 + version = "4.2.2"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.12"; ··· 24 24 owner = "bieniu"; 25 25 repo = "accuweather"; 26 26 tag = version; 27 - hash = "sha256-E5zPnG8hJ/iaj+JZUuBELWzsFuPWW5JOyORP9kBpsRw="; 27 + hash = "sha256-ORxo92nfLGNRC+eWX4NrpoMgiCLbtfR5JA+23OT/L3Y="; 28 28 }; 29 29 30 30 build-system = [ setuptools ];