Merge pull request #322896 from minijackson/asgiref-3.8.1

python3Packages.asgiref: 3.7.2 -> 3.8.1
This commit is contained in:
Martin Weinelt
2024-07-15 12:11:37 +02:00
committed by GitHub
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
version = "3.7.2";
version = "3.8.1";
pname = "asgiref";
format = "setuptools";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "django";
repo = "asgiref";
rev = "refs/tags/${version}";
hash = "sha256-VW1PBh6+nLMD7qxmL83ymuxCPYKVY3qGKsB7ZiMqMu8=";
hash = "sha256-xepMbxglBpHL7mnJYlnvNUgixrFwf/Tc6b1zL4Wy+to=";
};
propagatedBuildInputs = [ typing-extensions ];