Unverified Commit b063f708 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.highdicom: 0.24.0 -> 0.25.1 (#398252)

parents 787dd433 c048b60d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ let
in
buildPythonPackage rec {
  pname = "highdicom";
  version = "0.24.0";
  version = "0.25.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    owner = "MGHComputationalPathology";
    repo = "highdicom";
    tag = "v${version}";
    hash = "sha256-1LRXJkltRLtPJ/NrFZVyjTusXfmcEVOTFEuq0gOI+yQ=";
    hash = "sha256-AwKaqCqPjLyNwXomV/pxijpsTQajekBO/rgLQJpuYww=";
  };

  build-system = [