Unverified Commit 6afdc875 authored by Luflosi's avatar Luflosi
Browse files

python3Packages.pytest-cid: 1.1.1 -> 1.1.2

parent a48451da
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,15 +9,15 @@

buildPythonPackage rec {
  pname = "pytest-cid";
  version = "1.1.1";
  version = "1.1.2";
  format = "flit";
  disabled = pythonOlder "3.5";

  src = fetchFromGitHub {
    owner = "ntninja";
    repo = pname;
    rev = "1ff9ec43ac9eaf76352ea7e7a060cd081cb8b68a"; # Version has no git tag
    hash = "sha256-H2RtMGYWukowTTfqZSx+hikxzkqw1v5bA4AfZfiVl8U=";
    rev = "refs/tags/v${version}";
    hash = "sha256-dcL/i5+scmdXh7lfE8+32w9PdHWf+mkunJL1vpJ5+Co=";
  };

  postPatch = ''