Skip to content

Commit de58560

Browse files
authored
python312Packages.cymem: 2.0.8 -> 2.0.10 (#364172)
2 parents 1c96136 + e626888 commit de58560

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/cymem/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildPythonPackage rec {
1212
pname = "cymem";
13-
version = "2.0.8";
13+
version = "2.0.10";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchFromGitHub {
1919
owner = "explosion";
2020
repo = "cymem";
21-
rev = "refs/tags/v${version}";
22-
hash = "sha256-e4lgV39lwC2Goqmd8Jjra+znuCpxsv2IsRXfFbQkGN8=";
21+
tag = "release-v${version}";
22+
hash = "sha256-lMbovEIYdXYQvLeVaCm8KfYaQ2TFSAi6picu7Ju9peg=";
2323
};
2424

2525
build-system = [
@@ -40,7 +40,7 @@ buildPythonPackage rec {
4040
meta = with lib; {
4141
description = "Cython memory pool for RAII-style memory management";
4242
homepage = "https://github.com/explosion/cymem";
43-
changelog = "https://github.com/explosion/cymem/releases/tag/v${version}";
43+
changelog = "https://github.com/explosion/cymem/releases/tag/release-v${version}";
4444
license = licenses.mit;
4545
maintainers = with maintainers; [ nickcao ];
4646
};

0 commit comments

Comments
 (0)