File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 fetchFromGitHub ,
55
66 # build-system
7- cython_0 ,
7+ cython ,
88 setuptools ,
99
1010 # dependencies
3131
3232buildPythonPackage rec {
3333 pname = "plotpy" ;
34- version = "2.6.3 " ;
34+ version = "2.7.1 " ;
3535 pyproject = true ;
3636
3737 src = fetchFromGitHub {
3838 owner = "PlotPyStack" ;
3939 repo = "PlotPy" ;
4040 tag = "v${ version } " ;
41- hash = "sha256-kMVq8X6XP18B5x35BTuC7Q5uFFwds1JxCaxlDuD/UfE =" ;
41+ hash = "sha256-Ava3rtF/W6MdL/iaK8zbwYBCD5WFAhpzcQnHwfuXOzc =" ;
4242 } ;
4343
4444 build-system = [
45- cython_0
45+ cython
4646 setuptools
4747 ] ;
4848 # Both numpy versions are supported, see:
Original file line number Diff line number Diff line change 1818
1919buildPythonPackage rec {
2020 pname = "pythonqwt" ;
21- version = "0.14.2 " ;
21+ version = "0.14.4 " ;
2222 pyproject = true ;
2323
2424 src = fetchFromGitHub {
2525 owner = "PlotPyStack" ;
2626 repo = "PythonQwt" ;
2727 tag = "v${ version } " ;
28- hash = "sha256-8bhcfm4sPA32IpEcS4Z12nfNgfmWJUDxDjX1TULWwCU =" ;
28+ hash = "sha256-ZlrnCsC/is4PPUbzaMfwWSHQSQ06ksb2b/dkU8VhtSU =" ;
2929 } ;
3030
3131 build-system = [
You can’t perform that action at this time.
0 commit comments