Commit e639bfd1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.h5netcdf: fix versioning

parent 6d2ffb19
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ buildPythonPackage rec {
    hash = "sha256-kyw7Vzvtc3Dr/J6ALNYPGk2lI277EbNu7/iXMk12v1Y=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;

  nativeBuildInputs = [
    setuptools-scm
  ];