python3Packages.nuclear: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm
2026-04-21 17:56:54 +00:00
parent dd1fb03f1b
commit ed1b90fb22
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "nuclear";
version = "2.7.0";
version = "2.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "igrek51";
repo = "nuclear";
rev = version;
hash = "sha256-xKsYS+v/7xm9LRdpFKMsbrPggw4VfVMWst/3olj2n3E=";
hash = "sha256-AMjFncP7dfKcbNJvHTtmVdLCZVNLqUTmQt+qdlzXhqQ=";
};
build-system = [ setuptools ];