lol

Merge pull request #266994 from r-ryantm/auto-update/python311Packages.sgp4

python311Packages.sgp4: 2.22 -> 2.23

authored by

Pierre Bourdon and committed by
GitHub
d0ff724c 6644a029

+2 -2
+2 -2
pkgs/development/python-modules/sgp4/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "sgp4"; 5 - version = "2.22"; 5 + version = "2.23"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - hash = "sha256-F/Ci6q0tygZbbeJcHOqpQP98+ozGcSDLQRGgDxd7hvk="; 9 + hash = "sha256-2K3cU6L7n4je5r/UAdKGWwFMwLV78s7mm97o2WhdVCk="; 10 10 }; 11 11 12 12 nativeCheckInputs = [ numpy ];