Merge pull request #243795 from r-ryantm/auto-update/python310Packages.generic

python310Packages.generic: 1.1.1 -> 1.1.2

authored by Mario Rodas and committed by GitHub e101cf0b a13d903a

+4 -3
+4 -3
pkgs/development/python-modules/generic/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "generic"; 11 - version = "1.1.1"; 11 + version = "1.1.2"; 12 12 disabled = pythonOlder "3.7"; 13 13 14 14 format = "pyproject"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-UHz2v6K5lNYb7cxBViTfPkpu2M8LItApGoSg3Bb2bqI="; 18 + hash = "sha256-NfUvmkUIAdm+UZqmBWh0MZTViLJSkeRonPNSnVd+RbA="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ ··· 32 32 description = "Generic programming (Multiple dispatch) library for Python"; 33 33 maintainers = with maintainers; [ wolfangaukang ]; 34 34 homepage = "https://github.com/gaphor/generic"; 35 - license = licenses.bsdOriginal; 35 + changelog = "https://github.com/gaphor/generic/releases/tag/${version}"; 36 + license = licenses.bsd3; 36 37 }; 37 38 }