python3Packages.cattrs: 25.1.1 -> 25.3.0
https://github.com/python-attrs/cattrs/blob/v25.3.0/HISTORY.md
This commit is contained in:
committed by
Robert Schütz
parent
a3da737365
commit
bf091ba6b0
@@ -25,14 +25,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cattrs";
|
||||
version = "25.1.1";
|
||||
version = "25.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "python-attrs";
|
||||
repo = "cattrs";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-kaB/UJcd4E4PUkz6mD53lXtmj4Z4P+Tuu7bSljYVOO4=";
|
||||
hash = "sha256-6oQblSanvSZOMD5ossCP7fNjyxF54SRbU1cQrW1I5Ps=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user