summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorThiago Franco de Moraes <totonixsame@gmail.com>2020-10-10 10:09:08 -0300
committerGitHub <noreply@github.com>2020-10-10 08:09:08 -0500
commite86f68f161e36a4c75a21d9bdffbaeaf562a37dd (patch)
tree291cea4119969b0958e759e66f367e48b9d444a6 /pkgs
parent34d3b1aff899faa758f276803fb487188c9e256f (diff)
python3Packages.gdcm: 3.0.7 -> 3.0.8 (#100106)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/gdcm/default.nix4
1 files 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;