File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/guidata Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030
3131buildPythonPackage rec {
3232 pname = "guidata" ;
33- version = "3.7.1 " ;
33+ version = "3.8.0 " ;
3434 pyproject = true ;
3535
3636 src = fetchFromGitHub {
3737 owner = "PlotPyStack" ;
3838 repo = "guidata" ;
3939 tag = "v${ version } " ;
40- hash = "sha256-Qao10NyqFLysx/9AvORX+EIrQlnQJQhSYkVHeTwIutQ =" ;
40+ hash = "sha256-ljS2FJmLPPRHQesEwO4dTWr+OZRjviGjkuTYusB9O48 =" ;
4141 } ;
4242
4343 build-system = [
@@ -105,7 +105,7 @@ buildPythonPackage rec {
105105 meta = {
106106 description = "Python library generating graphical user interfaces for easy dataset editing and display" ;
107107 homepage = "https://github.com/PlotPyStack/guidata" ;
108- changelog = "https://github.com/PlotPyStack/guidata/blob/v ${ version } /CHANGELOG.md" ;
108+ changelog = "https://github.com/PlotPyStack/guidata/blob/${ src . tag } /CHANGELOG.md" ;
109109 license = lib . licenses . bsd3 ;
110110 maintainers = with lib . maintainers ; [ doronbehar ] ;
111111 } ;
You can’t perform that action at this time.
0 commit comments