Unverified Commit 9daf2666 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #199095 from r-ryantm/auto-update/python310Packages.yappi

python310Packages.yappi: 1.3.6 -> 1.4.0
parents 3132bf5a 7c665a85
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "yappi";
  version = "1.3.6";
  version = "1.4.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,8 +16,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "sumerc";
    repo = pname;
    rev = version;
    hash = "sha256-MfvaLWw7EhfzFx4aZdRWvQVOOcvZ1Mt7EgxyB2nDB2c=";
    rev = "refs/tags/${version}";
    hash = "sha256-AogBnqhLcwsyTHLP+Uxc+EOgYzhdwX5rbi9RMCuC2IU=";
  };

  patches = [