Merge pull request #225626 from fabaff/sybil-bump

python310Packages.sybil: 4.0.1 -> 5.0.0
This commit is contained in:
Doron Behar 2023-10-31 16:13:47 +00:00 committed by GitHub
commit 5d1e7ab8f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "sybil";
version = "4.0.1";
version = "5.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "simplistix";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NvgmAFRuiBbyPnJykQlYNyQYALx1bFubMrakw671fDY=";
hash = "sha256-FeyamQDm/EqOWrRlxA8iIQniHI5xag+zUVfRGRHmslE=";
};
# Circular dependency with testfixtures