Commit 63940298 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.py-aosmith: 1.0.11 -> 1.0.12

parent 0d34423b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "py-aosmith";
  version = "1.0.11";
  version = "1.0.12";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "bdr99";
    repo = "py-aosmith";
    rev = "refs/tags/${version}";
    hash = "sha256-pwiH8h8d7INOeFqZTWZJgImfbch3xcmZlmdRYxpNmLA=";
    hash = "sha256-FhrAL1Iybi4LW4o8IvCAfEcrwbzJ+dnh+9W9HEd7c+M=";
  };

  build-system = [ poetry-core ];