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

python310Packages.mashumaro: 3.8.1 -> 3.9
This commit is contained in:
Theodore Ni 2023-08-14 22:04:29 -07:00 committed by GitHub
commit 156e07145b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "mashumaro";
version = "3.8.1";
version = "3.9";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Fatal1ty";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-WDKohmcdVlQR/6AMSISN0y6UQx4tmOf1fANCPLRYiqI=";
hash = "sha256-oH44poFVnoM831dJuA9KcHCsuW6gh5B2EHrnKwza6A4=";
};
nativeBuildInputs = [