python3Packages.python-lz4: 2.1.10 -> 3.1.3
This commit is contained in:
parent
086bca1b15
commit
ac15a6d2b2
|
@ -13,14 +13,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-lz4";
|
||||
version = "2.1.10";
|
||||
version = "3.1.3";
|
||||
|
||||
# get full repository inorder to run tests
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "02cadqfdmw4vc94px18dh4hcybpsa2lr6jz6j5phwc0jjaavh3wr";
|
||||
sha256 = "009c4rbyj4cjb8fznccfpr5wrzdmi56wq990yjh22n0z2qqylmkf";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools_scm pkgconfig pytestrunner ];
|
||||
|
|
Loading…
Reference in New Issue