lol
0
fork

Configure Feed

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

python310Packages.debuglater: 1.4.2 -> 1.4.3

+2 -2
+2 -2
pkgs/development/python-modules/debuglater/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "debuglater"; 14 - version = "1.4.2"; 14 + version = "1.4.3"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "ploomber"; 21 21 repo = pname; 22 22 rev = version; 23 - hash = "sha256-6XIBPnH2LWc3GpSS8Eh2VG21v8+Em7cmvmQIJKzFi6M="; 23 + hash = "sha256-0fnWXmrlZjlLFGbiLC7HuDgMEM6OJVn8ajjNRqFg3Lc="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [