remarshal: 1.0.1 -> 1.2.0 (#440198)

authored by Weijia Wang and committed by GitHub 5791b360 9c4ebdef

+2 -2
+2 -2
pkgs/development/python-modules/remarshal/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "remarshal"; 25 - version = "1.0.1"; # test with `nix-build pkgs/pkgs-lib/format` 25 + version = "1.2.0"; # test with `nix-build pkgs/pkgs-lib/format` 26 26 pyproject = true; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "dbohdan"; 30 30 repo = "remarshal"; 31 31 tag = "v${version}"; 32 - hash = "sha256-7Gng/Oc9dwtWx4Xej6hf5IuUGM9/E9Hk9QTntqWk/Z0="; 32 + hash = "sha256-y/odWWFJ7KDehYzUKSM/cprcCd+UaArEZFoYbtyW0Ok="; 33 33 }; 34 34 35 35 build-system = [ poetry-core ];