Merge pull request #117733 from fabaff/bump-zeroconf

This commit is contained in:
Martin Weinelt
2021-04-03 19:42:19 +02:00
committed by GitHub
5 changed files with 38 additions and 24 deletions

View File

@@ -22,14 +22,14 @@
buildPythonApplication rec {
pname = "expliot";
version = "0.9.6";
version = "0.9.7";
disabled = pythonOlder "3.7";
src = fetchFromGitLab {
owner = "expliot_framework";
repo = pname;
rev = version;
sha256 = "1wn8fyrvis0gw80zzmpivinw6mz5n33inhv39iallsl3is8xpgpa";
sha256 = "sha256-k43PvH9BXcvxe7O5iCGzLuxv/WkB9YelH/d/1S7BpU0=";
};
propagatedBuildInputs = [