From e86f68f161e36a4c75a21d9bdffbaeaf562a37dd Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Sat, 10 Oct 2020 10:09:08 -0300 Subject: [PATCH] python3Packages.gdcm: 3.0.7 -> 3.0.8 (#100106) --- pkgs/development/libraries/gdcm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/gdcm/default.nix b/pkgs/development/libraries/gdcm/default.nix index a4b5752e887d..d05e44eae3e5 100644 --- a/pkgs/development/libraries/gdcm/default.nix +++ b/pkgs/development/libraries/gdcm/default.nix @@ -2,12 +2,12 @@ , enablePython ? false, python ? null, swig ? null}: stdenv.mkDerivation rec { - version = "3.0.7"; + version = "3.0.8"; pname = "gdcm"; src = fetchurl { url = "mirror://sourceforge/gdcm/${pname}-${version}.tar.bz2"; - sha256 = "1mm1190fv059k2vrilh3znm8z1ilygwld1iazdgh5s04mi1qljni"; + sha256 = "1q9p0r7wszn51yak9wdp61fd9i0wj3f8ja2frmhk7d1gxic7j1rk"; }; dontUseCmakeBuildDir = true;