Loading pkgs/development/python-modules/socid-extractor/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -8,16 +8,16 @@ requests, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "socid-extractor"; version = "0.0.27"; version = "0.0.28"; pyproject = true; src = fetchFromGitHub { owner = "soxoj"; repo = "socid-extractor"; tag = "v${version}"; hash = "sha256-oiXIxNvedEk+EufYzxhvRr8m+kuQRs0J62Yel5JLenQ="; tag = "v${finalAttrs.version}"; hash = "sha256-eLdJw2teMG/DlG8F8p3nm+L2+iY1zD2QbNHjWAyjtPY="; }; pythonRelaxDeps = [ "beautifulsoup4" ]; Loading @@ -38,9 +38,9 @@ buildPythonPackage rec { meta = { description = "Python module to extract details from personal pages"; homepage = "https://github.com/soxoj/socid-extractor"; changelog = "https://github.com/soxoj/socid-extractor/blob/v${src.tag}/CHANGELOG.md"; changelog = "https://github.com/soxoj/socid-extractor/blob/v${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ fab ]; mainProgram = "socid_extractor"; }; } }) Loading
pkgs/development/python-modules/socid-extractor/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -8,16 +8,16 @@ requests, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "socid-extractor"; version = "0.0.27"; version = "0.0.28"; pyproject = true; src = fetchFromGitHub { owner = "soxoj"; repo = "socid-extractor"; tag = "v${version}"; hash = "sha256-oiXIxNvedEk+EufYzxhvRr8m+kuQRs0J62Yel5JLenQ="; tag = "v${finalAttrs.version}"; hash = "sha256-eLdJw2teMG/DlG8F8p3nm+L2+iY1zD2QbNHjWAyjtPY="; }; pythonRelaxDeps = [ "beautifulsoup4" ]; Loading @@ -38,9 +38,9 @@ buildPythonPackage rec { meta = { description = "Python module to extract details from personal pages"; homepage = "https://github.com/soxoj/socid-extractor"; changelog = "https://github.com/soxoj/socid-extractor/blob/v${src.tag}/CHANGELOG.md"; changelog = "https://github.com/soxoj/socid-extractor/blob/v${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ fab ]; mainProgram = "socid_extractor"; }; } })