python312Packages.python-codon-tables: 0.1.12 -> 0.1.13 (#377714)

This commit is contained in:
Pavol Rusnak 2025-01-29 13:20:53 +01:00 committed by GitHub
commit 2af70efe10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-codon-tables"; pname = "python-codon-tables";
version = "0.1.12"; version = "0.1.13";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
pname = "python_codon_tables"; pname = "python_codon_tables";
inherit version; inherit version;
hash = "sha256-pzPoR55nU8ObPv1iIE52qpqD5xGdYLm1uG3nCD6I46Y="; hash = "sha256-3PQLBgZJjefCOrh+PHbaViy4VwZGR68mkwC58usi51o=";
}; };
# no tests in tarball # no tests in tarball