python313Packages.exceptiongroup: 1.2.2 -> 1.3.0
https://github.com/agronholm/exceptiongroup/blob/1.3.0/CHANGES.rst
This commit is contained in:
committed by
Robert Schütz
parent
db61377684
commit
896c65b7ae
@@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "exceptiongroup";
|
||||
version = "1.2.2";
|
||||
version = "1.3.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "agronholm";
|
||||
repo = "exceptiongroup";
|
||||
tag = version;
|
||||
hash = "sha256-k88+9FpB/aBun73SnsN6GsBceSUekT8Ig1XBt3hO4ok=";
|
||||
hash = "sha256-b3Z1NsYKp0CecUq8kaC/j3xR/ZZHDIw4MhUeadizz88=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flit-scm ];
|
||||
|
||||
Reference in New Issue
Block a user