python310Packages.sybil: 4.0.0 -> 4.0.1

Changelog: https://github.com/simplistix/sybil/blob/4.0.1/CHANGELOG.rst
This commit is contained in:
Fabian Affolter 2023-02-19 21:29:52 +01:00
parent c683aaaa1d
commit 85f7fc149c

View File

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