python3Packages.f90nml: 1.4.5 -> 1.5

This commit is contained in:
R. Ryantm
2025-10-08 16:03:38 +00:00
parent 59f9c6722b
commit ab3c29953f
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "f90nml";
version = "1.4.5";
version = "1.5";
pyproject = true;
src = fetchFromGitHub {
owner = "marshallward";
repo = "f90nml";
rev = "v" + version;
hash = "sha256-EbfQU4+JuFEfHiivVOCOuTCqtBVbILapJ7A0Bx90cdQ=";
hash = "sha256-AtFyHCbt74246uFBhDjw144CfxVq8r7fsgDC36plz+I=";
};
build-system = [ setuptools-scm ];