Unverified Commit 8c873133 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #112410 from Luflosi/py-multihash-not-broken

python3Packages.py-multihash: mark not broken
parents c6ba81f0 46229e4f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -49,6 +49,5 @@ buildPythonPackage rec {
    homepage = "https://github.com/multiformats/py-multihash";
    license = licenses.mit;
    maintainers = with maintainers; [ rakesh4g ];
    broken = true; # no longer compatible with base58, no updates in 5 years. Added 2020-11-05
  };
}