Skip to content

Commit 36353c8

Browse files
committed
1 parent e4509e3 commit 36353c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
buildPythonPackage rec {
2323
pname = "qtconsole";
24-
version = "5.6.0";
24+
version = "5.6.1";
2525
pyproject = true;
2626

2727
src = fetchFromGitHub {
2828
owner = "jupyter";
2929
repo = "qtconsole";
3030
rev = "refs/tags/${version}";
31-
hash = "sha256-V82tGAmpvfGeUoewtJXXsBBXx2HNcV9/IMJxJg3bJL8=";
31+
hash = "sha256-esCt7UQ0va/FJ0gdSrcc/k/FgyBVqKy7ttrN6E6mx+E=";
3232
};
3333

3434
build-system = [ setuptools ];

0 commit comments

Comments
 (0)