Merge pull request #171973 from fabaff/pydeps-bump

python310Packages.pydeps: 1.10.17 -> 1.10.18

authored by

Mario Rodas and committed by
GitHub
cd887840 82155bec

+2 -2
+2 -2
pkgs/development/python-modules/pydeps/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pydeps"; 13 - version = "1.10.17"; 13 + version = "1.10.18"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "thebjorn"; 20 20 repo = pname; 21 21 rev = "v${version}"; 22 - hash = "sha256-V0LgHFvGvJqDHmyXJNb0sJjRuqGGDZpV467XDmdFg5k="; 22 + hash = "sha256-AKpaGXUaKCVk1C8GqtWayZEU2xbz3eqbUenjZCtsAUY="; 23 23 }; 24 24 25 25 buildInputs = [