2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 01:24:47 +00:00

python3Packages.translate-toolkit: use hash

This commit is contained in:
Kerstin Humm 2024-08-29 13:19:46 +02:00 committed by Valentin Gagarin
parent 854164d514
commit b07ff2ad59

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "translate_toolkit";
inherit version;
sha256 = "sha256-95zIAelFSNK5+f1GY8DUgHPDQBS5K+9ULjXaSaa0wWM=";
hash = "sha256-95zIAelFSNK5+f1GY8DUgHPDQBS5K+9ULjXaSaa0wWM=";
};
dependencies = [