about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-10-11 08:06:13 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-11 08:06:13 +0200
commit908bf008b8d1dbf5b415b481c0afc6e9e84286cd (patch)
tree43514865ab15716a7943fdb03ffa8e460d162283
parent0ccfba07f2a932647d6a7f7cc7ea82ee5313d934 (diff)
python311Packages.faraday-plugins: 1.13.2 -> 1.14.0
Diff: https://github.com/infobyte/faraday_plugins/compare/refs/tags/1.13.2...1.14.0

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.14.0
-rw-r--r--pkgs/development/python-modules/faraday-plugins/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/faraday-plugins/default.nix b/pkgs/development/python-modules/faraday-plugins/default.nix
index 784b13c3549a8..fb2bcf88fa7f1 100644
--- a/pkgs/development/python-modules/faraday-plugins/default.nix
+++ b/pkgs/development/python-modules/faraday-plugins/default.nix
@@ -18,7 +18,7 @@
 
 buildPythonPackage rec {
   pname = "faraday-plugins";
-  version = "1.13.2";
+  version = "1.14.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "infobyte";
     repo = "faraday_plugins";
     rev = "refs/tags/${version}";
-    hash = "sha256-ZoxIuUeDkhACWGi+njZuMhO8P6nlErcBkub5VCMNm8Q=";
+    hash = "sha256-qFA0AVebHd/Ny8x+rUkueLZhYB/PwL7o/qpUnZCRsEA=";
   };
 
   postPatch = ''