Skip to content

Commit dbc26fe

Browse files
authored
python312Packages.recipe-scrapers: 15.3.2 -> 15.3.3 (#368068)
2 parents 0792f6a + ac9c076 commit dbc26fe

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/recipe-scrapers

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/recipe-scrapers/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717

1818
buildPythonPackage rec {
1919
pname = "recipe-scrapers";
20-
version = "15.3.2";
20+
version = "15.3.3";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.9";
2424

2525
src = fetchFromGitHub {
2626
owner = "hhursev";
2727
repo = "recipe-scrapers";
28-
rev = "refs/tags/${version}";
29-
hash = "sha256-Q3pbvLbSpV1DOUGSGydgmGOCGrlfGKVENneC6iuVNxs=";
28+
tag = version;
29+
hash = "sha256-rIQ6OfxsVczidLYVvXtkfpBk/KGLgDo+h4kqKXXSD80=";
3030
};
3131

3232
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)