File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/cymem Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments