about summary refs log tree commit diff
path: root/pkgs/development/python-modules/py-multihash
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2021-02-08 16:43:59 +0100
committerLuflosi <luflosi@luflosi.de>2021-02-08 16:43:59 +0100
commit46229e4fb774f505ac3bedbde2133ca1867e09d0 (patch)
tree650d6d92c7ffdc14dabaa07f02e5ae3ddfb729ee /pkgs/development/python-modules/py-multihash
parent2adfe5c3755fb229a01a89fe6148f9cb810ec785 (diff)
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.
Diffstat (limited to 'pkgs/development/python-modules/py-multihash')
-rw-r--r--pkgs/development/python-modules/py-multihash/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/py-multihash/default.nix b/pkgs/development/python-modules/py-multihash/default.nix
index 1f8ecad00135a..1b49ffa153991 100644
--- a/pkgs/development/python-modules/py-multihash/default.nix
+++ b/pkgs/development/python-modules/py-multihash/default.nix
@@ -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
   };
 }