Skip to content

Commit 2af70ef

Browse files
authored
python312Packages.python-codon-tables: 0.1.12 -> 0.1.13 (#377714)
2 parents 69a6108 + f6ba82e commit 2af70ef

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/python-codon-tables

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/python-codon-tables/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildPythonPackage rec {
88
pname = "python-codon-tables";
9-
version = "0.1.12";
9+
version = "0.1.13";
1010
format = "setuptools";
1111

1212
src = fetchPypi {
1313
pname = "python_codon_tables";
1414
inherit version;
15-
hash = "sha256-pzPoR55nU8ObPv1iIE52qpqD5xGdYLm1uG3nCD6I46Y=";
15+
hash = "sha256-3PQLBgZJjefCOrh+PHbaViy4VwZGR68mkwC58usi51o=";
1616
};
1717

1818
# no tests in tarball

0 commit comments

Comments
 (0)