python37Packages.asgiref: 3.1.4 -> 3.2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-asgiref/versions
This commit is contained in:
parent
53328909da
commit
8d8c82dc14
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, buildPythonPackage, pythonOlder, fetchFromGitHub, async-timeout, pytest, pytest-asyncio }:
|
{ stdenv, buildPythonPackage, pythonOlder, fetchFromGitHub, async-timeout, pytest, pytest-asyncio }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "3.1.4";
|
version = "3.2.0";
|
||||||
pname = "asgiref";
|
pname = "asgiref";
|
||||||
|
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||||||
owner = "django";
|
owner = "django";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0rmasjrvf083c7855xnggy251gm8vaxyv970b2rd6198h8s3rldh";
|
sha256 = "1rzglzdf0v9gcmjmrb7h843z1kcmz1pbbn1h40h8a7b910gxvq82";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ async-timeout ];
|
propagatedBuildInputs = [ async-timeout ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user