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.
1 parent 0223e69 commit 26226abCopy full SHA for 26226ab
pkgs/applications/office/tryton/default.nix
@@ -19,13 +19,13 @@
19
20
python3Packages.buildPythonApplication rec {
21
pname = "tryton";
22
- version = "7.2.4";
+ version = "7.2.5";
23
24
disabled = !python3Packages.isPy3k;
25
26
src = fetchPypi {
27
inherit pname version;
28
- hash = "sha256-LYebXgAvIG3pUF7GpRjeQvP6S83yPjPO/lZg9r0X+Kc=";
+ hash = "sha256-U6hA6TuIMDTFAZUic60A5IKr/LKxKZEgiTIhkLlTJSw=";
29
};
30
31
nativeBuildInputs = [
0 commit comments