python3Packages.socid-extractor: 0.0.27 -> 0.0.28

This commit is contained in:
R. Ryantm
2026-04-11 05:07:09 +00:00
parent 05e9da8fdb
commit d8ebeb7399
@@ -10,14 +10,14 @@
buildPythonPackage rec {
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=";
hash = "sha256-eLdJw2teMG/DlG8F8p3nm+L2+iY1zD2QbNHjWAyjtPY=";
};
pythonRelaxDeps = [ "beautifulsoup4" ];