lol

python311Packages.pydiscovergy: 2.0.4 -> 2.0.5

Diff: https://github.com/jpbede/pydiscovergy/compare/refs/tags/2.0.4...2.0.5

Changelog: https://github.com/jpbede/pydiscovergy/releases/tag/2.0.5

+2 -2
+2 -2
pkgs/development/python-modules/pydiscovergy/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "pydiscovergy"; 18 - version = "2.0.4"; 18 + version = "2.0.5"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.10"; ··· 24 24 owner = "jpbede"; 25 25 repo = "pydiscovergy"; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-yHACEo5481BZVqqEj8WeuIpSWAfBqnmRdOWRPH5RuHQ="; 27 + hash = "sha256-u2G+o/vhPri7CPSnekC8rUo/AvuvePpG51MR+FdH2XA="; 28 28 }; 29 29 30 30 nativeBuildInputs = [