We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10809c9 + d0be864 commit fa5902aCopy full SHA for fa5902a
pkgs/development/python-modules/echo/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "echo";
19
- version = "0.9.0";
+ version = "0.10.0";
20
format = "setuptools";
21
22
disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
owner = "glue-viz";
26
repo = pname;
27
tag = "v${version}";
28
- sha256 = "sha256-IKd5n8+U6+0dgV4PbLcPaormXCX4srGcXmvYSrnCt60=";
+ sha256 = "sha256-RlTscoStJQ0vjrrk14xHRsMZOJt8eJSqinc4rY/lW4k=";
29
};
30
31
nativeBuildInputs = [
0 commit comments