lol

Merge pull request #275781 from fabaff/sunweg-bump

python311Packages.sunweg: 2.0.0 -> 2.0.3

authored by

Fabian Affolter and committed by
GitHub
f7448957 ef754f93

+2 -2
+2 -2
pkgs/development/python-modules/sunweg/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "sunweg"; 11 - version = "2.0.0"; 11 + version = "2.0.3"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "rokam"; 18 18 repo = pname; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-S92PybN+pReI9WtJr9as95uceicsSMadMQfh9JxsE8U="; 20 + hash = "sha256-rqxpHnKHS5rgQ6iH5NSL2F71EnpOBxpICUk74YwtEDc="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [