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 18 buildPythonPackage rec { 19 pname = "mashumaro"; 20 - version = "3.8.1"; 21 format = "pyproject"; 22 disabled = pythonOlder "3.7"; 23 ··· 25 owner = "Fatal1ty"; 26 repo = pname; 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-WDKohmcdVlQR/6AMSISN0y6UQx4tmOf1fANCPLRYiqI="; 29 }; 30 31 nativeBuildInputs = [
··· 17 18 buildPythonPackage rec { 19 pname = "mashumaro"; 20 + version = "3.9"; 21 format = "pyproject"; 22 disabled = pythonOlder "3.7"; 23 ··· 25 owner = "Fatal1ty"; 26 repo = pname; 27 rev = "refs/tags/v${version}"; 28 + hash = "sha256-oH44poFVnoM831dJuA9KcHCsuW6gh5B2EHrnKwza6A4="; 29 }; 30 31 nativeBuildInputs = [