Merge pull request #210960 from bcdarwin/update-dipy

This commit is contained in:
Sandro 2023-01-27 00:16:45 +01:00 committed by GitHub
commit 460d8e219a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, isPy27
, pythonOlder
, packaging
, pytest
, cython
@ -14,15 +14,15 @@
buildPythonPackage rec {
pname = "dipy";
version = "1.4.1";
version = "1.5.0";
disabled = isPy27;
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "dipy";
repo = pname;
rev = version;
sha256 = "0zaqsiq73vprbqbzvzswjfmqgappl5vhpl2fwjrrda33c27klpzj";
owner = "dipy";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kJ8JbnNpjTqGJXwwMTqZdgeN8fOEuxarycunDCRLB74=";
};
nativeBuildInputs = [ cython packaging ];

View file

@ -11,13 +11,13 @@
let
pname = "pydicom";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "pydicom";
repo = "pydicom";
rev = "v${version}";
hash = "sha256-CAQWaBkzecJ1VXQ5BnAUjmBMjh0I8y+gT7I4P4o2gqI=";
rev = "refs/tags/v${version}";
hash = "sha256-xt0aK908lLgNlpcI86OSxy96Z/PZnQh7+GXzJ0VMQGA=";
};
# Pydicom needs pydicom-data to run some tests. If these files aren't downloaded