Loading pkgs/development/python-modules/m2crypto/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage (finalAttrs: { pname = "m2crypto"; version = "0.45.1"; version = "0.46.2"; pyproject = true; src = fetchFromGitLab { owner = "m2crypto"; repo = "m2crypto"; tag = finalAttrs.version; hash = "sha256-jg7XcYE7oTOkePDJPXyM/X+vE8F2pIvJbwrVj6KJ3eM="; hash = "sha256-XV9aILSWfQ/xKDySflG3wiNRP4YVPVujuhIz2VdPuBc="; }; build-system = [ setuptools ]; Loading Loading @@ -56,7 +56,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Python crypto and SSL toolkit"; homepage = "https://gitlab.com/m2crypto/m2crypto"; changelog = "https://gitlab.com/m2crypto/m2crypto/-/blob/${finalAttrs.version}/CHANGES"; changelog = "https://gitlab.com/m2crypto/m2crypto/-/tags/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sarahec ]; }; Loading Loading
pkgs/development/python-modules/m2crypto/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage (finalAttrs: { pname = "m2crypto"; version = "0.45.1"; version = "0.46.2"; pyproject = true; src = fetchFromGitLab { owner = "m2crypto"; repo = "m2crypto"; tag = finalAttrs.version; hash = "sha256-jg7XcYE7oTOkePDJPXyM/X+vE8F2pIvJbwrVj6KJ3eM="; hash = "sha256-XV9aILSWfQ/xKDySflG3wiNRP4YVPVujuhIz2VdPuBc="; }; build-system = [ setuptools ]; Loading Loading @@ -56,7 +56,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Python crypto and SSL toolkit"; homepage = "https://gitlab.com/m2crypto/m2crypto"; changelog = "https://gitlab.com/m2crypto/m2crypto/-/blob/${finalAttrs.version}/CHANGES"; changelog = "https://gitlab.com/m2crypto/m2crypto/-/tags/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sarahec ]; }; Loading