We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3faa5 commit f6ba82eCopy full SHA for f6ba82e
pkgs/development/python-modules/python-codon-tables/default.nix
@@ -6,13 +6,13 @@
6
7
buildPythonPackage rec {
8
pname = "python-codon-tables";
9
- version = "0.1.12";
+ version = "0.1.13";
10
format = "setuptools";
11
12
src = fetchPypi {
13
pname = "python_codon_tables";
14
inherit version;
15
- hash = "sha256-pzPoR55nU8ObPv1iIE52qpqD5xGdYLm1uG3nCD6I46Y=";
+ hash = "sha256-3PQLBgZJjefCOrh+PHbaViy4VwZGR68mkwC58usi51o=";
16
};
17
18
# no tests in tarball
0 commit comments