python311Packages.mashumaro: 3.10 -> 3.11

Diff: https://github.com/Fatal1ty/mashumaro/compare/refs/tags/v3.10...v3.11

Changelog: https://github.com/Fatal1ty/mashumaro/releases/tag/v3.11
This commit is contained in:
Fabian Affolter 2023-11-30 18:33:20 +01:00
parent 8c7245f5b9
commit eb2163aea9

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "mashumaro";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Fatal1ty";
repo = "mashumaro";
rev = "refs/tags/v${version}";
hash = "sha256-PvMEwIxurDGwYMCmNFThedxDY4vwATHYwMlXkucNuwM=";
hash = "sha256-7gRbTNNK8elWsL0ub7c/EeswIk4xxJOxKVk8HmvWMZA=";
};
nativeBuildInputs = [