natsukium
2024-11-02 11:13:40 +09:00
parent e4509e3840
commit 36353c8444
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "qtconsole";
version = "5.6.0";
version = "5.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter";
repo = "qtconsole";
rev = "refs/tags/${version}";
hash = "sha256-V82tGAmpvfGeUoewtJXXsBBXx2HNcV9/IMJxJg3bJL8=";
hash = "sha256-esCt7UQ0va/FJ0gdSrcc/k/FgyBVqKy7ttrN6E6mx+E=";
};
build-system = [ setuptools ];