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 3b18435 + bdbcc39 commit 014a5c3Copy full SHA for 014a5c3
pkgs/development/python-modules/relatorio/default.nix
@@ -12,15 +12,15 @@
12
13
buildPythonPackage rec {
14
pname = "relatorio";
15
- version = "0.10.2";
+ version = "0.11.1";
16
17
disabled = pythonOlder "3.5";
18
19
format = "setuptools";
20
21
src = fetchPypi {
22
inherit pname version;
23
- hash = "sha256-zgCOmcR9FWj0lpi78U0G1CKR5kyNyr541HusIrBpF/Q=";
+ hash = "sha256-e6CvclFrRfXR5fL2ZG1LZxTTsTRouLsDicCwvXtySGE=";
24
};
25
26
propagatedBuildInputs = [
0 commit comments