Unverified Commit 72b082aa authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pylitterbot: 2024.2.7 -> 2025.0.0 (#458886)

parents 52bfc91a 8fdfa024
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -16,18 +16,16 @@

buildPythonPackage rec {
  pname = "pylitterbot";
  version = "2024.2.7";
  version = "2025.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "natekspencer";
    repo = "pylitterbot";
    tag = "v${version}";
    hash = "sha256-gBY9+cd0DKqzHKyB86NzfKkULjVXn3oBSHxyRhmMAno=";
    hash = "sha256-Rr7QseViy6i13QbZVb8BxMWDsE9meG4NqT5B1Z+TZbc=";
  };

  pythonRelaxDeps = [ "deepdiff" ];

  build-system = [
    poetry-core
    poetry-dynamic-versioning