python3Package.gdcm: 3.0.6 -> 3.0.7

This commit is contained in:
Thiago Franco de Moraes
2020-07-06 09:26:55 -07:00
committed by Jon
parent 5befae9c9c
commit 956d7b8169
2 changed files with 25 additions and 11 deletions
+5
View File
@@ -777,6 +777,11 @@ in {
glom = callPackage ../development/python-modules/glom { };
gdcm = disabledIf isPy27 (toPythonModule (pkgs.gdcm.override {
inherit (self) python;
enablePython = true;
}));
goocalendar = callPackage ../development/python-modules/goocalendar { };
grandalf = callPackage ../development/python-modules/grandalf { };