Skip to content

Commit 3a931f3

Browse files
authored
python313Packages.faraday-plugins: 1.21.0 -> 1.22.1 (NixOS#378496)
2 parents 803cc1a + 8025ab3 commit 3a931f3

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/faraday-plugins

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/faraday-plugins/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "faraday-plugins";
23-
version = "1.21.0";
23+
version = "1.22.1";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "infobyte";
3030
repo = "faraday_plugins";
3131
tag = version;
32-
hash = "sha256-8q+uGFeMR0OqZuI35iGugQH8pHv14El+NAurX7S9Exo=";
32+
hash = "sha256-F1yIZ76MVxom1qqU76D3QwpStlN3g9AIshsIs4ynaDI=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)