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

python313Packages.python-bsblan: 1.2.1 -> 1.2.2 (#410295)

parents c464c44a 54a8cac5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "python-bsblan";
  version = "1.2.1";
  version = "1.2.2";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "liudger";
    repo = "python-bsblan";
    tag = "v${version}";
    hash = "sha256-b+/Cy8F2xUsYOr8PGQxkdXD07pAECNmbeWbuysSAT2I=";
    hash = "sha256-qzQP77bfV21g7DIdZfJCyv9FN/U6aQk9wWV9xPZFolk=";
  };

  postPatch = ''