Merge pull request #303644 from r-ryantm/auto-update/python312Packages.niaarm

python312Packages.niaarm: 0.3.8 -> 0.3.9
This commit is contained in:
Weijia Wang 2024-04-12 23:18:31 +02:00 committed by GitHub
commit 1950d9b587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "niaarm";
version = "0.3.8";
version = "0.3.9";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "firefly-cpp";
repo = "NiaARM";
rev = "refs/tags/${version}";
hash = "sha256-p07SuCl433rj6IEMO1eg5QHAUTVfgqYo5gsprMvQg2Y=";
hash = "sha256-J3126RSJYBCSyxoPsvsDgmx9E+9fP2h6avPiCHISL7c=";
};
nativeBuildInputs = [