Unverified Commit 23a9df82 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.ansible-compat: 25.12.1 -> 26.3.0 (#507504)

parents 95003e4d cc58e8a7
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.1";
  version = "26.3.0";
  pyproject = true;

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

  build-system = [