lol
0
fork

Configure Feed

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

python312Packages.unearth: 0.17.3 -> 0.17.5

+2 -2
+2 -2
pkgs/development/python-modules/unearth/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "unearth"; 19 - version = "0.17.3"; 19 + version = "0.17.5"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.8"; 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - hash = "sha256-MulsnfY8VjoRjUEd+0+cZy8YGkEJd/Z2XA7UMLDTJ4Q="; 26 + hash = "sha256-oZ4cAuZLQFGNCIB5x0FvxBtFpki4GkEoqsAllyNO5ro="; 27 27 }; 28 28 29 29 build-system = [ pdm-backend ];