13 buildPythonPackage rec {
14 pname = "py-multihash";
16 disabled = pythonOlder "3.4";
18 src = fetchFromGitHub {
19 owner = "multiformats";
22 sha256 = "sha256-z1lmSypGCMFWJNzNgV9hx/IStyXbpd5jvrptFpewuOA=";
29 propagatedBuildInputs = [
40 pythonImportsCheck = [ "multihash" ];
43 description = "Self describing hashes - for future proofing";
44 homepage = "https://github.com/multiformats/py-multihash";
45 license = licenses.mit;
46 maintainers = with maintainers; [ rakesh4g ];