python312Packages.typecode: 30.0.1 -> 30.0.2

This commit is contained in:
R. Ryantm
2024-08-07 02:38:09 +00:00
parent 60c217585b
commit 6e9fa3be51
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "typecode";
version = "30.0.1";
version = "30.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Glc5QiTVr//euymeNTxGN+FVaOEa6cUxHGyGo9bQrJc=";
hash = "sha256-F2idIK8K5hFueX7yxd5l8M6AkSjPDmhHmzS9a6S8OJg=";
};
dontConfigure = true;