Skip to content

Commit fa5902a

Browse files
authored
python3Packages.echo: 0.9.0 -> 0.10.0 (#406183)
2 parents 10809c9 + d0be864 commit fa5902a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/echo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "echo";
19-
version = "0.9.0";
19+
version = "0.10.0";
2020
format = "setuptools";
2121

2222
disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "glue-viz";
2626
repo = pname;
2727
tag = "v${version}";
28-
sha256 = "sha256-IKd5n8+U6+0dgV4PbLcPaormXCX4srGcXmvYSrnCt60=";
28+
sha256 = "sha256-RlTscoStJQ0vjrrk14xHRsMZOJt8eJSqinc4rY/lW4k=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)