Merge pull request #255999 from luizirber/lirber/sourmash_4.8.4

python3Packages.sourmash: 4.8.3 -> 4.8.4
This commit is contained in:
Fabián Heredia Montiel 2023-09-19 22:06:25 -06:00 committed by GitHub
commit 6f2a0cc886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,19 +20,19 @@
buildPythonPackage rec {
pname = "sourmash";
version = "4.8.3";
version = "4.8.4";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-LIMpL9cLafytRFyPam/FBNi757j1v6o1FG/K2JknDQY=";
hash = "sha256-Q1hMESwzEHGXcd4XW4nLqU8cLTCxrqRgAOr1qB77roo=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-mcJzFRYkdxuqqXH+ryg5v+9tQtuN1hkEeW2DF+wEJ/w=";
hash = "sha256-HisWvJgx15OfYoMzzqYm1JyY1/jmGXBSZZmuNaKTDjI=";
};
nativeBuildInputs = with rustPlatform; [