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.anyascii: 0.3.0 -> 0.3.1

+2 -2
+2 -2
pkgs/development/python-modules/anyascii/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "anyascii"; 10 - version = "0.3.0"; 10 + version = "0.3.1"; 11 11 format = "setuptools"; 12 12 disabled = pythonOlder "3.3"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "sha256-JPJ0Mftkxsk6MxJftm+MugB6UmK8H6q+r+2l9LtwtZM="; 16 + sha256 = "sha256-3t9XcoIG4obJHu18dZUFpeRcjNATZ91Awvcki7FcEfY="; 17 17 }; 18 18 19 19 checkInputs = [