lol
fork

Configure Feed

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

python310Packages.jsonrpc-base: 2.1.0 -> 2.1.1

+2 -2
+2 -2
pkgs/development/python-modules/jsonrpc-base/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "jsonrpc-base"; 11 - version = "2.1.0"; 11 + version = "2.1.1"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "emlove"; 18 18 repo = pname; 19 19 rev = version; 20 - hash = "sha256-fliyJmVmG1DgoePE92LKm/wknlgXgYq2mOzZMFAdqLE="; 20 + hash = "sha256-C03m/zeLIFqsmEMSzt84LMOWAHUcpdEHhaa5hx2NsoQ="; 21 21 }; 22 22 23 23 checkInputs = [