Skip to content

Commit

Permalink
python312Packages.yappi: 1.6.4 -> 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 65484f8 commit 5c08bcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/yappi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildPythonPackage rec {
pname = "yappi";
version = "1.6.4";
version = "1.6.10";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "sumerc";
repo = "yappi";
rev = "refs/tags/${version}";
hash = "sha256-3lGbFDu7sk83KrSHo6qZxHT2dxPWtT8yfXXQO1GbteU=";
tag = version;
hash = "sha256-RVa8IzyRuIQMfI0DhKdybJBBwqmyc2KI8XjD0PKQ8M8=";
};

patches = [ ./tests.patch ];
Expand Down

0 comments on commit 5c08bcc

Please sign in to comment.