Skip to content

Commit d41e182

Browse files
committed
python312Packages.spacy-transformers: 1.3.5 -> 1.3.6
1 parent 0bda27c commit d41e182

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/spacy-transformers

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/spacy-transformers/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 = "spacy-transformers";
20-
version = "1.3.5";
20+
version = "1.3.6";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.7";
2424

2525
src = fetchFromGitHub {
2626
owner = "explosion";
2727
repo = "spacy-transformers";
28-
tag = "v${version}";
29-
hash = "sha256-+KCRbjY4P52SWawU1NoMoe+HOV7iujFkwqVe87fWVTE=";
28+
tag = "release-v${version}";
29+
hash = "sha256-VZEx7mDTqcJ7c0qqDYc3GZzesqi/MwJawAZDUGdXMB0=";
3030
};
3131

3232
build-system = [

0 commit comments

Comments
 (0)