Skip to content

Commit

Permalink
Merge pull request NixOS#284810 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.mashumaro

python311Packages.mashumaro: 3.11 -> 3.12
  • Loading branch information
wegank authored Feb 5, 2024
2 parents 00fdcd4 + f957c30 commit 9a1b3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mashumaro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "mashumaro";
version = "3.11";
version = "3.12";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Fatal1ty";
repo = "mashumaro";
rev = "refs/tags/v${version}";
hash = "sha256-7gRbTNNK8elWsL0ub7c/EeswIk4xxJOxKVk8HmvWMZA=";
hash = "sha256-sSwj/8j+vPX7M8l2h4bPs8WnjzIN2WIpyd7/NcGaExg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9a1b3fa

Please sign in to comment.