mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
python310Packages.sybil: 4.0.1 -> 5.0.0
Diff: https://github.com/simplistix/sybil/compare/refs/tags/4.0.1...5.0.0 Changelog: https://github.com/simplistix/sybil/blob/5.0.0/CHANGELOG.rst
This commit is contained in:
parent
a6c2a73e14
commit
317b01bbd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user