python3Packages.tomli: 2.4.0 -> 2.4.1

https://github.com/hukkin/tomli/compare/2.4.0...2.4.1
This commit is contained in:
Martin Weinelt
2026-07-15 03:11:46 +02:00
parent 8f5a762c16
commit bff1f2f8a4
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "tomli";
version = "2.4.0";
version = "2.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "hukkin";
repo = "tomli";
rev = version;
hash = "sha256-PVYwCUGQSuCe5WMeOBJpGXiJ4keVllzg9H3y+Il+Nr8=";
hash = "sha256-MBcmp0SeK/wum3c2c/eu8VEofXDguolHI30QwKahAGE=";
};
nativeBuildInputs = [ flit-core ];