mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
Merge pull request #309221 from r-ryantm/auto-update/python311Packages.indexed-zstd
python311Packages.indexed-zstd: 1.6.0 -> 1.6.1
This commit is contained in:
commit
7053b6ec67
@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "indexed_zstd";
|
||||
version = "1.6.0";
|
||||
version = "1.6.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-icCerrv6ihBjSTS4Fsw7qhoA5ha8yegfMVRiIOhTvvY=";
|
||||
hash = "sha256-i3Q3j5Rh/OqxdSFbZeHEiYZN2zS9gWBYk2pifwzKOos=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cython setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user