Unverified Commit 9498030e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.ansible-compat: 25.12.0 -> 25.12.1 (#496612)

parents 435fd33a 3db79eb9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "ansible-compat";
  version = "25.12.0";
  version = "25.12.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ansible";
    repo = "ansible-compat";
    tag = "v${version}";
    hash = "sha256-nn0NKX6rqNKrSZd+p/oq/LmESAgvTkSOA08wq1xLY2I=";
    hash = "sha256-TBq+4iwffA8cUWwtFuw+8XYdOJgpdq77IxSa/btV4K8=";
  };

  build-system = [