python3Packages.fasteners: 0.18 -> 0.19

https://github.com/harlowja/fasteners/releases/tag/0.19
This commit is contained in:
Martin Weinelt
2023-12-20 20:44:19 +01:00
parent 650a96d5b1
commit d485229124
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "fasteners";
version = "0.18";
version = "0.19";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "harlowja";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FGcGGRfObOqXuURyEuNt/KDn51POpdNPUJJKtMcLJNI=";
hash = "sha256-XFa1ItFqkSYE940p/imWFp5e9gS6n+D1uM6Cj+Vzmmg=";
};
nativeBuildInputs = [