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

python3Packages.pylitterbot: 2025.3.2 -> 2025.4.0 (#516678)

parents 9677490b 8b6c90a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pylitterbot";
  version = "2025.3.2";
  version = "2025.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "natekspencer";
    repo = "pylitterbot";
    tag = finalAttrs.version;
    hash = "sha256-bFJ6v27yfzMPqZijWCOlgdVS19IKIMqZcq2FjAyMnqo=";
    hash = "sha256-k10QYIdV8EFGR/366IZ6OaXbK+kEcaz3Awdwu116zHA=";
  };

  build-system = [