lol

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

+3 -3
+3 -3
pkgs/development/python-modules/sourmash/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "sourmash"; 23 - version = "4.8.3"; 23 + version = "4.8.4"; 24 24 format = "pyproject"; 25 25 disabled = pythonOlder "3.8"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - hash = "sha256-LIMpL9cLafytRFyPam/FBNi757j1v6o1FG/K2JknDQY="; 29 + hash = "sha256-Q1hMESwzEHGXcd4XW4nLqU8cLTCxrqRgAOr1qB77roo="; 30 30 }; 31 31 32 32 cargoDeps = rustPlatform.fetchCargoTarball { 33 33 inherit src; 34 34 name = "${pname}-${version}"; 35 - hash = "sha256-mcJzFRYkdxuqqXH+ryg5v+9tQtuN1hkEeW2DF+wEJ/w="; 35 + hash = "sha256-HisWvJgx15OfYoMzzqYm1JyY1/jmGXBSZZmuNaKTDjI="; 36 36 }; 37 37 38 38 nativeBuildInputs = with rustPlatform; [