Skip to content

Commit 14d9aeb

Browse files
committed
python312Packages.guidata: 3.7.1 -> 3.8.0
1 parent 8209ee5 commit 14d9aeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030

3131
buildPythonPackage 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
};

0 commit comments

Comments
 (0)