Commit e4274377 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.medvol: 0.0.18 -> 0.0.20

parent 0352cd1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "medvol";
  version = "0.0.18";
  version = "0.0.20";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "MIC-DKFZ";
    repo = "medvol";
    tag = "v${version}";
    hash = "sha256-PUZZRF5KzfvwI335H1tnUtGa2+zdnL6J5NArqQWL7tM=";
    hash = "sha256-U73Whle2/4QwlU9MyRclB5o+pHWdpbCCiYJIdMsMoMg=";
  };

  build-system = [ setuptools ];