nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.python-codon-tables: 0.1.11 -> 0.1.12

+2 -2
+2 -2
pkgs/development/python-modules/python-codon-tables/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "python-codon-tables"; 8 - version = "0.1.11"; 8 + version = "0.1.12"; 9 9 10 10 src = fetchPypi { 11 11 pname = "python_codon_tables"; 12 12 inherit version; 13 - sha256 = "ba590fcfb1988f9674c8627464caeb3ea0797d970872a2c27ea09906acd24110"; 13 + sha256 = "sha256-pzPoR55nU8ObPv1iIE52qpqD5xGdYLm1uG3nCD6I46Y="; 14 14 }; 15 15 16 16 # no tests in tarball