Unverified Commit 3205b4e8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.nibabel: 5.3.2 -> 5.3.3 (#470069)

parents 8d4ca4cc 97bb3586
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -23,14 +23,12 @@

buildPythonPackage rec {
  pname = "nibabel";
  version = "5.3.2";
  version = "5.3.3";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-C9ymUDsceEtEbHRaRUI2fed1bPug1yFDuR+f+3i+Vps=";
    hash = "sha256-jSAGtw1yf9CnmKiK5f1kM5dB9Db8/IPW6jJWzbxRxbc=";
  };

  patches = [