python310Packages.typecode: 21.6.1 -> 30.0.0

main
Fabian Affolter 2 years ago
parent de0b4f45dd
commit 2ee2a80490
  1. 7
      pkgs/development/python-modules/typecode/default.nix

@ -10,16 +10,19 @@
, typecode-libmagic , typecode-libmagic
, pytestCheckHook , pytestCheckHook
, pytest-xdist , pytest-xdist
, pythonOlder
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "typecode"; pname = "typecode";
version = "21.6.1"; version = "30.0.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "d3a82859df5607c900972e08e1bca31e3fe2daed37afd1b8231cad2ef613d8d6"; hash = "sha256-pRGLU/xzQQqDZMIsrq1Fy7VgGIpFjnHtpmO+yL7t4g8=";
}; };
dontConfigure = true; dontConfigure = true;

Loading…
Cancel
Save