python3Packages.nuclear: 2.3.1 -> 2.4.0

This commit is contained in:
Philipp Arras
2025-07-18 12:01:43 +02:00
parent bc8036146d
commit 78b2f5da32

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "nuclear";
version = "2.3.1";
version = "2.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "igrek51";
repo = "nuclear";
rev = version;
hash = "sha256-UeU803SYMBLSWXjuxtWP2R2dBumRom+qsj2ljTiYFm0=";
hash = "sha256-0jeRoWk1PRyIEoEhWsA/9FtMy7CcN4mZpLpC6FZyM/A=";
};
build-system = [ setuptools ];