python3Packages.py-multihash: mark not broken

This was marked broken in https://github.com/NixOS/nixpkgs/pull/101636, which was merged into the staging branch. Later, the package was updated and fixed in https://github.com/NixOS/nixpkgs/pull/101801. When the staging branch was then merged into master, the package was marked as broken while actually being fixed.
This commit is contained in:
Luflosi 2021-02-08 16:43:59 +01:00
parent 2adfe5c375
commit 46229e4fb7
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
1 changed files with 0 additions and 1 deletions

View File

@ -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
};
}