Commit 34d31cf0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.ansible: 13.0.0 -> 13.1.0

parent 9c8765ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

let
  pname = "ansible";
  version = "13.0.0";
  version = "13.1.0";
in
buildPythonPackage {
  inherit pname version;
@@ -32,7 +32,7 @@ buildPythonPackage {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-/Q9KKcPndhcBG5jYDkV5wx4dWPQJKNPo/V5DRpZnZ5c=";
    hash = "sha256-5Se5URvhOC4x6O92UOIzinsPCdY/xd7Tzpv4I0RE13E=";
  };

  # we make ansible-core depend on ansible, not the other way around,