lol
0
fork

Configure Feed

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

python313Packages.gwcs: 0.25.2 -> 0.26.0 (#444553)

authored by

Fabian Affolter and committed by
GitHub
5f7abec5 d1e93f5b

+2 -2
+2 -2
pkgs/development/python-modules/gwcs/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "gwcs"; 20 - version = "0.25.2"; 20 + version = "0.26.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.10"; ··· 26 26 owner = "spacetelescope"; 27 27 repo = "gwcs"; 28 28 tag = version; 29 - hash = "sha256-Pj/Ly/qMJdhdY8C/ZPaEV+hsYEh//ARvHitvlkjI8sM="; 29 + hash = "sha256-cJfNVX7rdJASQA3NmZt7d4pvYh6GAteR22jat0kccoo="; 30 30 }; 31 31 32 32 build-system = [