diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2020-11-29 15:04:26 +0100 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2020-12-01 14:44:10 +0100 |
| commit | 24398bd263e53f3539f67a61f262639804927988 (patch) | |
| tree | c70ce5512502daba995acaf3e60b50f915f39784 /pkgs/development/python-modules/dataclasses | |
| parent | python3Packages.databricks-connect: 7.1.1 -> 7.1.10 (diff) | |
| download | nixpkgs-24398bd263e53f3539f67a61f262639804927988.tar.gz | |
python3Packages.dataclasses: 0.7 -> 0.8
Diffstat (limited to 'pkgs/development/python-modules/dataclasses')
| -rw-r--r-- | pkgs/development/python-modules/dataclasses/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dataclasses/default.nix b/pkgs/development/python-modules/dataclasses/default.nix index a1159d49b812..5cfaf237059d 100644 --- a/pkgs/development/python-modules/dataclasses/default.nix +++ b/pkgs/development/python-modules/dataclasses/default.nix @@ -2,14 +2,14 @@ buildPythonPackage rec { pname = "dataclasses"; - version = "0.7"; + version = "0.8"; # backport only works on Python 3.6, and is in the standard library in Python 3.7 disabled = !isPy36; src = fetchPypi { inherit pname version; - sha256 = "494a6dcae3b8bcf80848eea2ef64c0cc5cd307ffc263e17cdf42f3e5420808e6"; + sha256 = "8479067f342acf957dc82ec415d355ab5edb7e7646b90dc6e2fd1d96ad084c97"; }; meta = with stdenv.lib; { |
