python3Packages.sourmash: 4.8.3 -> 4.8.4

Diff: https://github.com/sourmash-bio/sourmash/compare/v4.8.3...v4.8.4

Changelog: https://github.com/sourmash-bio/sourmash/releases/tag/v4.8.4
This commit is contained in:
Luiz Irber 2023-09-18 17:52:17 -07:00
parent 1ab0c30130
commit a371387aba

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; [