about summary refs log tree commit diff
path: root/pkgs/development/python-modules/py-multihash
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-05 15:28:24 -0800
committerJonathan Ringer <jonringer117@gmail.com>2020-11-05 15:47:11 -0800
commitb5a0e3532b96544a2fadd3b311b443737f6a8606 (patch)
tree0b68be7717b88bf03413878efc5f907678d42b25 /pkgs/development/python-modules/py-multihash
parenta4973ed5dfff54fe3cee1895ce4c19dea9bf92d3 (diff)
python3Packages.py-multihash: mark broken, unmaintained
Diffstat (limited to 'pkgs/development/python-modules/py-multihash')
-rw-r--r--pkgs/development/python-modules/py-multihash/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/py-multihash/default.nix b/pkgs/development/python-modules/py-multihash/default.nix
index 5034f6df4699c..e9bf5bcd48cea 100644
--- a/pkgs/development/python-modules/py-multihash/default.nix
+++ b/pkgs/development/python-modules/py-multihash/default.nix
@@ -45,5 +45,6 @@ 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
   };
 }