Merge pull request #249254 from r-ryantm/auto-update/python310Packages.mashumaro

python310Packages.mashumaro: 3.8.1 -> 3.9

authored by

Theodore Ni and committed by
GitHub
156e0714 0dfed0d7

+2 -2
+2 -2
pkgs/development/python-modules/mashumaro/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "mashumaro"; 20 - version = "3.8.1"; 20 + version = "3.9"; 21 21 format = "pyproject"; 22 22 disabled = pythonOlder "3.7"; 23 23 ··· 25 25 owner = "Fatal1ty"; 26 26 repo = pname; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-WDKohmcdVlQR/6AMSISN0y6UQx4tmOf1fANCPLRYiqI="; 28 + hash = "sha256-oH44poFVnoM831dJuA9KcHCsuW6gh5B2EHrnKwza6A4="; 29 29 }; 30 30 31 31 nativeBuildInputs = [