python3Packages.dataclasses: 0.7 -> 0.8
This commit is contained in:
parent
e6651d2616
commit
24398bd263
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dataclasses";
|
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
|
# backport only works on Python 3.6, and is in the standard library in Python 3.7
|
||||||
disabled = !isPy36;
|
disabled = !isPy36;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "494a6dcae3b8bcf80848eea2ef64c0cc5cd307ffc263e17cdf42f3e5420808e6";
|
sha256 = "8479067f342acf957dc82ec415d355ab5edb7e7646b90dc6e2fd1d96ad084c97";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user