lol

Merge pull request #225626 from fabaff/sybil-bump

python310Packages.sybil: 4.0.1 -> 5.0.0

authored by

Doron Behar and committed by
GitHub
5d1e7ab8 f24ee0c1

+2 -2
+2 -2
pkgs/development/python-modules/sybil/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "sybil"; 10 - version = "4.0.1"; 10 + version = "5.0.0"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.6"; ··· 16 16 owner = "simplistix"; 17 17 repo = pname; 18 18 rev = "refs/tags/${version}"; 19 - hash = "sha256-NvgmAFRuiBbyPnJykQlYNyQYALx1bFubMrakw671fDY="; 19 + hash = "sha256-FeyamQDm/EqOWrRlxA8iIQniHI5xag+zUVfRGRHmslE="; 20 20 }; 21 21 22 22 # Circular dependency with testfixtures