We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 032b726 + 4d952c3 commit 4139ddeCopy full SHA for 4139dde
pkgs/by-name/so/soco-cli/package.nix
@@ -6,7 +6,7 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "soco-cli";
9
- version = "0.4.73";
+ version = "0.4.80";
10
pyproject = true;
11
12
disabled = python3.pythonOlder "3.6";
@@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
15
owner = "avantrec";
16
repo = "soco-cli";
17
rev = "v${version}";
18
- hash = "sha256-WxBwHjh5tCXclQXqrHrpvZdcQU93RObteAfZyyVvKf0=";
+ hash = "sha256-w4F1N1ULGH7mbxtI8FpZ54ixa9o7N2A9OEiE2FOf73g=";
19
};
20
21
build-system = with python3.pkgs; [ setuptools ];
0 commit comments