python311Packages.asyncstdlib: 3.10.7 -> 3.10.8
Diff: https://github.com/maxfischer2781/asyncstdlib/compare/refs/tags/v3.10.7...v3.10.8 Changelog: https://github.com/maxfischer2781/asyncstdlib/releases/tag/v3.10.8
This commit is contained in:
parent
6bee964009
commit
a4a21c6e15
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "asyncstdlib";
|
||||
version = "3.10.7";
|
||||
version = "3.10.8";
|
||||
format = "flit";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
owner = "maxfischer2781";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-lX5mOcoZTb6EfRHT0qTTWst3NErLti4jZwAeQx4pHGA=";
|
||||
hash = "sha256-7HQFyIR+NWRzbFkzkZiuEQotZfCXpCzrWfWIFg1lWv4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue