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

python313Packages.pylamarzocco: 2.1.2 -> 2.1.3 (#461714)

parents d54ed984 784eca6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "pylamarzocco";
  version = "2.1.2";
  version = "2.1.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "zweckj";
    repo = "pylamarzocco";
    tag = "v${version}";
    hash = "sha256-gDIp7QcjXqJUlsr0xEIJEDQnmuOkD/BxATfv0fiGGpI=";
    hash = "sha256-+GNuo6i8Jc01vxiFuhTXrER1xstPVe8LucfGtyfnkQQ=";
  };

  build-system = [ setuptools ];