Skip to content

Commit

Permalink
python311Packages.sparse: 0.15.1 -> 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 24, 2024
1 parent 6f1c0c2 commit 8416f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sparse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

buildPythonPackage rec {
pname = "sparse";
version = "0.15.1";
version = "0.15.4";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-lzrcuIqNuOPYBHlTMx4m0/ZKVlf5tGprhZxHZjw+75k=";
hash = "sha256-1LHFfST/D2Ty/VtalbSbf7hO0geibX1Yzidk3MXHK4Q=";
};

postPatch = ''
Expand Down

0 comments on commit 8416f16

Please sign in to comment.