Unverified Commit 5d1e7ab8 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #225626 from fabaff/sybil-bump

python310Packages.sybil: 4.0.1 -> 5.0.0
parents f24ee0c1 317b01bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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