Skip to content

Commit

Permalink
python311Packages.line-profiler: 4.0.2 -> 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Nov 11, 2023
1 parent 8fd4ec8 commit 2f188cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/line-profiler/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, cython
, cython_3
, isPyPy
, ipython
, scikit-build
Expand All @@ -13,19 +13,19 @@

buildPythonPackage rec {
pname = "line-profiler";
version = "4.0.2";
version = "4.1.2";
format = "setuptools";

disabled = pythonOlder "3.6" || isPyPy;

src = fetchPypi {
pname = "line_profiler";
inherit version;
hash = "sha256-JejJ1CSNxIkFgBhR/4p1ucdIJ6CHHRGNEQTY5D1/sPw=";
hash = "sha256-qlZXiw/1p1b+GAs/2nvWfCe71Hiz0BJGEtjPAOSiHfI=";
};

nativeBuildInputs = [
cython
cython_3
cmake
scikit-build
];
Expand Down

0 comments on commit 2f188cd

Please sign in to comment.