File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/superqt Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818
1919buildPythonPackage rec {
2020 pname = "superqt" ;
21- version = "0.7.1 " ;
21+ version = "0.7.2 " ;
2222 pyproject = true ;
2323
2424 disabled = pythonOlder "3.9" ;
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727 owner = "pyapp-kit" ;
2828 repo = "superqt" ;
2929 tag = "v${ version } " ;
30- hash = "sha256-rKm4MUheQOJyaBggiZQ3U9J2kzOXrUcWpJnfPr4HzyU =" ;
30+ hash = "sha256-G+z1q1hSvF7Of197bycACRqxPc+fjxU93PDxMcMWCME =" ;
3131 } ;
3232
3333 build-system = [
@@ -60,7 +60,7 @@ buildPythonPackage rec {
6060 meta = with lib ; {
6161 description = "Missing widgets and components for Qt-python (napari/superqt)" ;
6262 homepage = "https://github.com/napari/superqt" ;
63- changelog = "https://github.com/pyapp-kit/superqt/releases/tag/v ${ version } " ;
63+ changelog = "https://github.com/pyapp-kit/superqt/releases/tag/${ src . tag } " ;
6464 license = licenses . bsd3 ;
6565 maintainers = with maintainers ; [ SomeoneSerge ] ;
6666 } ;
You can’t perform that action at this time.
0 commit comments