python3Packages.cymem: fix src hash (#475427)

This commit is contained in:
Nick Cao
2026-01-01 14:13:19 +00:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "explosion";
repo = "cymem";
tag = "release-v${version}";
hash = "sha256-4srwdQS06KeBAIaJm6XxmsHEZto0eiXBznrCHgT/BAc=";
hash = "sha256-kZHnfUNbDyw+LD/7GgtXa6ZssTkJG2PkcM+6YLFK5RQ=";
};
build-system = [