0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python313Packages.sourmash: 4.8.12 -> 4.8.14

https://github.com/sourmash-bio/sourmash/releases/tag/v4.8.14
This commit is contained in:
Martin Weinelt 2025-04-01 05:50:43 +02:00
parent 9943b2dce2
commit e5bde6db8c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -26,7 +26,7 @@ let
in
buildPythonPackage rec {
pname = "sourmash";
version = "4.8.12";
version = "4.8.14";
pyproject = true;
disabled = pythonOlder "3.9";
@ -34,13 +34,13 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-M/0Z+yVwoDxN1wSM0yqurUl2AKAIDNZV5nvRy8bwBSQ=";
hash = "sha256-no99VjO1KVE+/JUOJcl0xOz3yZtMr70A8vE1rQVjMH8=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
name = "${pname}-${version}";
hash = "sha256-vzt5z3OoMrtMDZTCfVHhUd7N6m/kyVbbizfMwvlVlRY=";
hash = "sha256-DnJ0RFc03+rBg7yNdezgb/YuoQr3RKj+NeMyin/kSRk=";
};
nativeBuildInputs = with rustPlatform; [