python313Packages.pyrail: 0.4.0 -> 0.4.1

Diff: https://github.com/tjorim/pyrail/compare/refs/tags/v0.4.0...v0.4.1

Changelog: https://github.com/tjorim/pyrail/releases/tag/v0.4.1
This commit is contained in:
Robert Schütz
2025-02-23 18:54:26 -08:00
parent f3fefcd462
commit 94e5d5b1f7
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyrail";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tjorim";
repo = "pyrail";
tag = "v${version}";
hash = "sha256-6CE8FrBCVcO88kGwqAMBx9dp5b27oeCm/w1PrEf6a0E=";
hash = "sha256-MFsFtspL9cmhwu2oo8wx0Sjx2VpQe92JP9e0M7U8CL8=";
};
build-system = [ poetry-core ];