Skip to content

Commit

Permalink
python312Packages.recipe-scrapers: 15.3.2 -> 15.3.3 (#368068)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisie authored Dec 25, 2024
2 parents 0792f6a + ac9c076 commit dbc26fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/recipe-scrapers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

buildPythonPackage rec {
pname = "recipe-scrapers";
version = "15.3.2";
version = "15.3.3";
pyproject = true;

disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "hhursev";
repo = "recipe-scrapers";
rev = "refs/tags/${version}";
hash = "sha256-Q3pbvLbSpV1DOUGSGydgmGOCGrlfGKVENneC6iuVNxs=";
tag = version;
hash = "sha256-rIQ6OfxsVczidLYVvXtkfpBk/KGLgDo+h4kqKXXSD80=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit dbc26fe

Please sign in to comment.