python3Packages.typecode: 30.0.2 -> 30.1.0

https://github.com/aboutcode-org/typecode/releases/tag/v30.1.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:07 +01:00
parent 8d62c03ca2
commit 8ee39d9b0f
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "typecode";
version = "30.0.2";
version = "30.1.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-F2idIK8K5hFueX7yxd5l8M6AkSjPDmhHmzS9a6S8OJg=";
hash = "sha256-/KNhekPDB1eGVtcGNMKHx9oyruP97of7ydzx+9P7dQ8=";
};
dontConfigure = true;