Unverified Commit 55389635 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #326580 from fabaff/playwrightcapture-bump

python312Packages.puremagic: 1.25 -> 1.26, python312Packages.playwrightcapture: 1.25.4 -> 1.25.4 
parents b0654d93 7fce0b5b
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -5,16 +5,21 @@

python3.pkgs.buildPythonApplication rec {
  pname = "lacus";
  version = "1.9.0";
  version = "1.10.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ail-project";
    repo = "lacus";
    rev = "refs/tags/v${version}";
    hash = "sha256-VFNW13PupJOroIhqnuLOq3mqU9nXEy1hmjHBQfErSN8=";
    hash = "sha256-5KddApwaN4t+QRaQTqIXuYStuPxKq3v6pRknBusAcbM=";
  };

  pythonRelaxDeps = [
    "psutil"
    "redis"
  ];

  build-system = with python3.pkgs; [
    poetry-core
  ];
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "playwrightcapture";
  version = "1.25.0";
  version = "1.25.4";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    rev = "refs/tags/v${version}";
    hash = "sha256-Sm6FfwUxW3t7gLwWd+ZJPyp0VSMPgGpuT3lrMurWOa0=";
    hash = "sha256-PKox2vfmqyjdsvV7O/exPu7Y7ArzpiywfkTHucRTudo=";
  };

  pythonRelaxDeps = [
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "puremagic";
  version = "1.25";
  version = "1.26";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "cdgriffith";
    repo = "puremagic";
    rev = "refs/tags/${version}";
    hash = "sha256-l97ZK9VT+kU9Hos91C7Q9Zhv3Dge3kyF7N//j4sZ5Kc=";
    hash = "sha256-0lnMLlW/cwP0tOM0oZEl5M5k5ZDssnZejGt3+ctW1qg=";
  };

  build-system = [ setuptools ];