python3Packages.socid-extractor: 0.0.28 -> 0.1.0

Diff: https://github.com/soxoj/socid-extractor/compare/v0.0.28...v0.1.0

Changelog: https://github.com/soxoj/socid-extractor/blob/v0.1.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-05-27 12:00:40 +02:00
parent b4b13271d7
commit 23bd1a3ae7
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "socid-extractor";
version = "0.0.28";
version = "0.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "soxoj";
repo = "socid-extractor";
tag = "v${finalAttrs.version}";
hash = "sha256-eLdJw2teMG/DlG8F8p3nm+L2+iY1zD2QbNHjWAyjtPY=";
hash = "sha256-ZYLoHFyRnSHP3Od/cMOx690KFbJoEYK3cICjzbSfLm0=";
};
pythonRelaxDeps = [ "beautifulsoup4" ];