From 46229e4fb774f505ac3bedbde2133ca1867e09d0 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 8 Feb 2021 16:43:59 +0100 Subject: [PATCH] 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. --- pkgs/development/python-modules/py-multihash/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/py-multihash/default.nix b/pkgs/development/python-modules/py-multihash/default.nix index 1f8ecad0013..1b49ffa1539 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 }; }