Merge pull request #247670 from fabaff/aiorun-bump

python311Packages.aiorun: 2022.11.1 -> 2023.7.2
This commit is contained in:
Mario Rodas 2023-08-07 07:19:00 -05:00 committed by GitHub
commit 7492edc91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "aiorun";
version = "2022.11.1";
version = "2023.7.2";
format = "flit";
disabled = pythonOlder "3.5";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "cjrh";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-1qXt3HT/0sECOqPRwc0p+5+YZh1kyHSbkZHajcrjvZc=";
hash = "sha256-3AGsT8IUNi5SZHBsBfd7akj8eQ+xb0mrR7ydIr3T8gs=";
};
propagatedBuildInputs = [