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:
parent
854164d514
commit
b07ff2ad59
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "translate_toolkit";
|
||||
inherit version;
|
||||
sha256 = "sha256-95zIAelFSNK5+f1GY8DUgHPDQBS5K+9ULjXaSaa0wWM=";
|
||||
hash = "sha256-95zIAelFSNK5+f1GY8DUgHPDQBS5K+9ULjXaSaa0wWM=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
|
Loading…
Reference in New Issue
Block a user