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:
parent
8c7245f5b9
commit
eb2163aea9
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mashumaro";
|
pname = "mashumaro";
|
||||||
version = "3.10";
|
version = "3.11";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||||
owner = "Fatal1ty";
|
owner = "Fatal1ty";
|
||||||
repo = "mashumaro";
|
repo = "mashumaro";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-PvMEwIxurDGwYMCmNFThedxDY4vwATHYwMlXkucNuwM=";
|
hash = "sha256-7gRbTNNK8elWsL0ub7c/EeswIk4xxJOxKVk8HmvWMZA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue