python310Packages.typecode: 30.0.0 -> 30.0.1

This commit is contained in:
R. Ryantm 2023-05-25 07:36:05 +00:00
parent 8fbdc4e611
commit b2d73d51d7

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "typecode";
version = "30.0.0";
version = "30.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pRGLU/xzQQqDZMIsrq1Fy7VgGIpFjnHtpmO+yL7t4g8=";
hash = "sha256-Glc5QiTVr//euymeNTxGN+FVaOEa6cUxHGyGo9bQrJc=";
};
postPatch = ''