Merge pull request #291153 from r-ryantm/auto-update/python311Packages.phx-class-registry

python311Packages.phx-class-registry: 4.0.6 -> 4.1.0
This commit is contained in:
Kevin Cox 2024-02-24 09:57:34 -05:00 committed by GitHub
commit 0ac064d984
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "class-registry";
version = "4.0.6";
version = "4.1.0";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "todofixthis";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kSEHgzBgnAq5rMv2HbmGl+9CUzsmzUzPQWr+5q8mcsA=";
hash = "sha256-kJbyUzyklVSvW6bBxTTTrY+WhfcV0GUf/+Pzyv+7sEA=";
};
nativeCheckInputs = [