Unverified Commit 46229e4f authored by Luflosi's avatar Luflosi
Browse files

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.
parent 2adfe5c3
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
  };
}