Unverified Commit 639d0374 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python312Packages.guidata: 3.7.1 -> 3.8.0 (#401984)

parents aa5acf94 14d9aebc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,14 +30,14 @@

buildPythonPackage rec {
  pname = "guidata";
  version = "3.7.1";
  version = "3.8.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PlotPyStack";
    repo = "guidata";
    tag = "v${version}";
    hash = "sha256-Qao10NyqFLysx/9AvORX+EIrQlnQJQhSYkVHeTwIutQ=";
    hash = "sha256-ljS2FJmLPPRHQesEwO4dTWr+OZRjviGjkuTYusB9O48=";
  };

  build-system = [
@@ -105,7 +105,7 @@ buildPythonPackage rec {
  meta = {
    description = "Python library generating graphical user interfaces for easy dataset editing and display";
    homepage = "https://github.com/PlotPyStack/guidata";
    changelog = "https://github.com/PlotPyStack/guidata/blob/v${version}/CHANGELOG.md";
    changelog = "https://github.com/PlotPyStack/guidata/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ doronbehar ];
  };