Skip to content

Commit

Permalink
octoprint: 1.3.4 -> 1.3.5
Browse files Browse the repository at this point in the history
Its hash has changed again.  Keep a table of old hashes for fact checking.
  • Loading branch information
orivej committed Nov 17, 2017
1 parent 348f938 commit fa2bf1b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/misc/octoprint/default.nix
Expand Up @@ -54,13 +54,14 @@ let

in pythonPackages.buildPythonApplication rec {
name = "OctoPrint-${version}";
version = "1.3.4";
version = "1.3.5";
# 1.3.5, 2017-10-16, 77753ca02602d3a798d6b0a22535e6fd69ff448a

src = fetchFromGitHub {
owner = "foosel";
repo = "OctoPrint";
rev = version;
sha256 = "1hci8cfmbzcghla1vmrcn6zicm8nj50drm7gp2hkr0drglq5fgr2";
sha256 = "13krv9i6gm4jn4cb327q4qma4xwwashjnc0dia8vlnbjbbvkrni4";
};

# We need old Tornado
Expand All @@ -69,7 +70,7 @@ in pythonPackages.buildPythonApplication rec {
semantic-version flask_principal werkzeug flaskbabel tornado
psutil pyserial flask_login netaddr markdown sockjs-tornado
pylru pyyaml sarge feedparser netifaces click websocket_client
scandir chainmap future dateutil
scandir chainmap future dateutil futures wrapt
];

buildInputs = with pythonPackages; [ nose mock ddt ];
Expand All @@ -93,6 +94,7 @@ in pythonPackages.buildPythonApplication rec {
-e 's,future>=[^"]*,future,g' \
-e 's,pyserial>=[^"]*,pyserial,g' \
-e 's,semantic_version>=[^"]*,semantic_version,g' \
-e 's,wrapt>=[^"]*,wrapt,g' \
setup.py
'';

Expand Down

0 comments on commit fa2bf1b

Please sign in to comment.