python3Packages.remarshal: 1.0.0 -> 1.0.1

https://github.com/remarshal-project/remarshal/releases/tag/v1.0.1
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:58 +02:00
parent 3444c54f48
commit ad471b0375
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "remarshal";
version = "1.0.0"; # test with `nix-build pkgs/pkgs-lib/format`
version = "1.0.1"; # test with `nix-build pkgs/pkgs-lib/format`
pyproject = true;
src = fetchFromGitHub {
owner = "dbohdan";
repo = "remarshal";
tag = "v${version}";
hash = "sha256-14vkLX7wKi+AYv2wPeHJ7MhKBKp+GB3oHWqxiPdkQhs=";
hash = "sha256-7Gng/Oc9dwtWx4Xej6hf5IuUGM9/E9Hk9QTntqWk/Z0=";
};
build-system = [ poetry-core ];