python: attrs: 18.2.0 -> 19.3.0
This commit is contained in:
parent
faf8cfba4e
commit
b74344c075
@ -3,11 +3,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "attrs";
|
||||
version = "18.2.0";
|
||||
version = "19.3.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "10cbf6e27dbce8c30807caf056c8eb50917e0eaafe86347671b57254006c3e69";
|
||||
sha256 = "f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72";
|
||||
};
|
||||
|
||||
# macOS needs clang for testing
|
||||
|
Loading…
Reference in New Issue
Block a user