We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 803cc1a + 8025ab3 commit 3a931f3Copy full SHA for 3a931f3
pkgs/development/python-modules/faraday-plugins/default.nix
@@ -20,7 +20,7 @@
20
21
buildPythonPackage rec {
22
pname = "faraday-plugins";
23
- version = "1.21.0";
+ version = "1.22.1";
24
pyproject = true;
25
26
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
29
owner = "infobyte";
30
repo = "faraday_plugins";
31
tag = version;
32
- hash = "sha256-8q+uGFeMR0OqZuI35iGugQH8pHv14El+NAurX7S9Exo=";
+ hash = "sha256-F1yIZ76MVxom1qqU76D3QwpStlN3g9AIshsIs4ynaDI=";
33
};
34
35
postPatch = ''
0 commit comments