Commit d8ebeb73 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.socid-extractor: 0.0.27 -> 0.0.28

parent 05e9da8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];