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.echo: 0.9.0 -> 0.10.0

R. Ryantm d0be8642 6c2e919d

+2 -2
+2 -2
pkgs/development/python-modules/echo/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "echo"; 19 - version = "0.9.0"; 19 + version = "0.10.0"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.6"; ··· 25 25 owner = "glue-viz"; 26 26 repo = pname; 27 27 tag = "v${version}"; 28 - sha256 = "sha256-IKd5n8+U6+0dgV4PbLcPaormXCX4srGcXmvYSrnCt60="; 28 + sha256 = "sha256-RlTscoStJQ0vjrrk14xHRsMZOJt8eJSqinc4rY/lW4k="; 29 29 }; 30 30 31 31 nativeBuildInputs = [