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:
parent
2adfe5c375
commit
46229e4fb7
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue