Skip to content

Commit

Permalink
Merge pull request #119477 from wd15/pydantic-1.8.1
Browse files Browse the repository at this point in the history
python3Packages.pydantic: 1.8 -> 1.8.1
  • Loading branch information
SuperSandro2000 committed Apr 17, 2021
2 parents 93646bc + 4f6a4bc commit 256cae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pydantic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "pydantic";
version = "1.8";
version = "1.8.1";
disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "samuelcolvin";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+HfnM/IrFlUyQJdiOYyaJUNenh8dLtd8CUJWSbn6hwQ=";
sha256 = "1zvcmx3927fgx37gdhi8g8igvrkri1v78rn3118p4wssqhgfwa6n";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 256cae8

Please sign in to comment.