python312Packages.aranet4: 2.2.3 -> 2.3.3

https://github.com/Anrijs/Aranet4-Python/compare/refs/tags/v2.2.3...v2.3.3
This commit is contained in:
Martin Weinelt 2024-04-21 02:52:53 +02:00
parent 754a00b38a
commit de8da1b57b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aranet4";
version = "2.2.3";
version = "2.3.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Anrijs";
repo = "Aranet4-Python";
rev = "refs/tags/v${version}";
hash = "sha256-Jd7yuddxwRrO7XFQsVGy5vRQxwIUZdwFSjiZZHdkE3g=";
hash = "sha256-j53d2Ki9xVWGHWkAu1wkjYE56Xq7kfMmqQrQiKrBg2I=";
};
nativeBuildInputs = [