python3Packages.recordlinkage: 0.15 -> 0.16
https://github.com/J535D165/recordlinkage/releases/tag/v0.16 Upstream moved to a pyproject format.
This commit is contained in:
parent
b883cdad12
commit
9e5cf7ddb0
1 changed files with 4 additions and 3 deletions
|
@ -17,12 +17,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "recordlinkage";
|
||||
version = "0.15";
|
||||
version = "0.16";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-aIrx54vnf85I/Kit/4njg/VIOu6H0SE7NdQ1GbeP8Cc=";
|
||||
hash = "sha256-7NoMEN/xOLFwaBXeMysShfZwrn6MzpJZYhNQHVieaqQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue