lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.wrapt: 1.17.1 -> 1.17.2

https://github.com/GrahamDumpleton/wrapt/compare/refs/tags/1.17.1...1.17.2

+2 -2
+2 -2
pkgs/development/python-modules/wrapt/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "wrapt"; 13 - version = "1.17.1"; 13 + version = "1.17.2"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "GrahamDumpleton"; 18 18 repo = "wrapt"; 19 19 tag = version; 20 - hash = "sha256-k1OuGzUFF2gRsx3xrJ5/YwpXB6ksK0TsaZq6x3+ckf0="; 20 + hash = "sha256-QduT5bncXi4LeI034h5Pqtwybru0QcQIYI7cMchLy7c="; 21 21 }; 22 22 23 23 build-system = [ setuptools ];