Commit 66cbb62e authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.python-codon-tables: 0.1.13 -> 0.1.15

parent 78e2cd1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildPythonPackage rec {
  pname = "python-codon-tables";
  version = "0.1.13";
  version = "0.1.15";
  format = "setuptools";

  src = fetchPypi {
    pname = "python_codon_tables";
    inherit version;
    hash = "sha256-3PQLBgZJjefCOrh+PHbaViy4VwZGR68mkwC58usi51o=";
    hash = "sha256-bK0Y8y5W6xmtGeRUtLDGsg1voVKp1uU37tBqi0/raLY=";
  };

  # no tests in tarball