File tree 1 file changed +5
-3
lines changed
pkgs/applications/misc/octoprint
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 54
54
55
55
in pythonPackages . buildPythonApplication rec {
56
56
name = "OctoPrint-${ version } " ;
57
- version = "1.3.4" ;
57
+ version = "1.3.5" ;
58
+ # 1.3.5, 2017-10-16, 77753ca02602d3a798d6b0a22535e6fd69ff448a
58
59
59
60
src = fetchFromGitHub {
60
61
owner = "foosel" ;
61
62
repo = "OctoPrint" ;
62
63
rev = version ;
63
- sha256 = "1hci8cfmbzcghla1vmrcn6zicm8nj50drm7gp2hkr0drglq5fgr2 " ;
64
+ sha256 = "13krv9i6gm4jn4cb327q4qma4xwwashjnc0dia8vlnbjbbvkrni4 " ;
64
65
} ;
65
66
66
67
# We need old Tornado
@@ -69,7 +70,7 @@ in pythonPackages.buildPythonApplication rec {
69
70
semantic-version flask_principal werkzeug flaskbabel tornado
70
71
psutil pyserial flask_login netaddr markdown sockjs-tornado
71
72
pylru pyyaml sarge feedparser netifaces click websocket_client
72
- scandir chainmap future dateutil
73
+ scandir chainmap future dateutil futures wrapt
73
74
] ;
74
75
75
76
buildInputs = with pythonPackages ; [ nose mock ddt ] ;
@@ -93,6 +94,7 @@ in pythonPackages.buildPythonApplication rec {
93
94
-e 's,future>=[^"]*,future,g' \
94
95
-e 's,pyserial>=[^"]*,pyserial,g' \
95
96
-e 's,semantic_version>=[^"]*,semantic_version,g' \
97
+ -e 's,wrapt>=[^"]*,wrapt,g' \
96
98
setup.py
97
99
'' ;
98
100
You can’t perform that action at this time.
0 commit comments