diff options
author | R. Ryantm | 2024-04-30 12:49:33 +0000 |
---|---|---|
committer | R. Ryantm | 2024-04-30 12:49:33 +0000 |
commit | 9bf7c9b4115a55c6b806995634d44c6bc62fc291 (patch) | |
tree | f5660a8fda97278220370aca7a3740e926c1318f /pkgs | |
parent | 705bad7ed6014a9957cb43e426e310f581ca1100 (diff) |
python311Packages.mashumaro: 3.12 -> 3.13
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/development/python-modules/mashumaro/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mashumaro/default.nix b/pkgs/development/python-modules/mashumaro/default.nix index 6cfa517cc386..cf79f268ffb3 100644 --- a/pkgs/development/python-modules/mashumaro/default.nix +++ b/pkgs/development/python-modules/mashumaro/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "mashumaro"; - version = "3.12"; + version = "3.13"; pyproject = true; disabled = pythonOlder "3.8"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "Fatal1ty"; repo = "mashumaro"; rev = "refs/tags/v${version}"; - hash = "sha256-sSwj/8j+vPX7M8l2h4bPs8WnjzIN2WIpyd7/NcGaExg="; + hash = "sha256-ETK1rHKlByQkqibejiZmXF6c4eIiMazLa8XY2OH30q4="; }; nativeBuildInputs = [ |