Skip to content

Commit

Permalink
Merge pull request NixOS#312838 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.sparse

python311Packages.sparse: 0.15.1 -> 0.15.4
  • Loading branch information
natsukium authored May 26, 2024
2 parents 2dba633 + 8416f16 commit a457dae
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 a457dae

Please sign in to comment.