python312Packages.verlib2: 0.2.1 -> 0.3.1
This commit is contained in:
parent
180a5afa32
commit
05897c5fd7
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "verlib2";
|
pname = "verlib2";
|
||||||
version = "0.2.1";
|
version = "0.3.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
# This tarball doesn't include tests unfortunately, and the GitHub tarball
|
# This tarball doesn't include tests unfortunately, and the GitHub tarball
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
# should work for us as well.
|
# should work for us as well.
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-0+JmanzxCUK/E0dNdQkuuNdavUGqZ6p5UAQ/WUGdnT8=";
|
hash = "sha256-KGLxlSjbQA0TAlOitxx8NhbuFOHVS/aDO8CSnSzd0UE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user