Unverified Commit afd43ede authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pylamarzocco: 2.0.11 -> 2.1.0

parent d0e0f63b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  aioresponses,
  bleak,
  buildPythonPackage,
  cryptography,
  fetchFromGitHub,
  mashumaro,
  pytest-asyncio,
@@ -15,7 +16,7 @@

buildPythonPackage rec {
  pname = "pylamarzocco";
  version = "2.0.11";
  version = "2.1.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -24,7 +25,7 @@ buildPythonPackage rec {
    owner = "zweckj";
    repo = "pylamarzocco";
    tag = "v${version}";
    hash = "sha256-g0qhNBhcU7Dogcw9WiEk+APk2McU7woXBqgeUS9D8iQ=";
    hash = "sha256-dUFjbht0QGrWtSl3JIx1dx4UQs5gFNqKw+UObgH25pk=";
  };

  build-system = [ setuptools ];
@@ -32,6 +33,7 @@ buildPythonPackage rec {
  dependencies = [
    aiohttp
    bleak
    cryptography
    mashumaro
  ];