nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.model-bakery: 1.20.4 -> 1.20.5

Diff: https://github.com/model-bakers/model_bakery/compare/refs/tags/1.20.4...refs/tags/1.20.5

Changelog: https://github.com/model-bakers/model_bakery/blob/1.20.5/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/model-bakery/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "model-bakery"; 14 - version = "1.20.4"; 14 + version = "1.20.5"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.8"; ··· 20 20 owner = "model-bakers"; 21 21 repo = "model_bakery"; 22 22 tag = version; 23 - hash = "sha256-OVeBMDLV7vPDKr+aLYH0B3X+80Z69jzTSxuRG3unxgc="; 23 + hash = "sha256-Rf1QpIjo94h3lfZCBJfzaOMggPqy37NUOFWUbLROcec="; 24 24 }; 25 25 26 26 build-system = [ hatchling ];