summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-10-14 01:01:57 +0200
committerGitHub <noreply@github.com>2022-10-14 01:01:57 +0200
commit2ad3dff6088d3cd86e430ab517882d89204fa354 (patch)
treee2af1162517a71a066dffdd81ecd32436fc21b05
parent8098459dc380d97ccf06848dd87258294bdc9b9e (diff)
parent0e7bc616d1735016fb90fed03336dca1220dc624 (diff)
Merge pull request #195865 from r-ryantm/auto-update/python310Packages.ansible-later
-rw-r--r--pkgs/development/python-modules/ansible-later/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible-later/default.nix b/pkgs/development/python-modules/ansible-later/default.nix
index 9c4cfcc93a38c..964a008412911 100644
--- a/pkgs/development/python-modules/ansible-later/default.nix
+++ b/pkgs/development/python-modules/ansible-later/default.nix
@@ -23,7 +23,7 @@
 
 buildPythonPackage rec {
   pname = "ansible-later";
-  version = "2.0.21";
+  version = "2.0.22";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
     owner = "thegeeklab";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-WObnE5/xOtbX0c3VjVQbec2TDSDKoUe68GFax7dt7WY=";
+    hash = "sha256-RFyQvg7CF5Fa+DnOo0PoDtGPJMOx0Md8I+gshMH2Fvs=";
   };
 
   postPatch = ''