Merge pull request #281285 from fabaff/aioridwell-bump

python311Packages.aioridwell: 2023.12.0 -> 2024.01.0
This commit is contained in:
Nick Cao 2024-01-16 11:51:20 -05:00 committed by GitHub
commit 5467a5834c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aioridwell";
version = "2023.12.0";
version = "2024.01.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Lg5O9xwEEgGFIrQoS4r4EMmYDX3yAkcMwHNMHMhLapI=";
hash = "sha256-B5k8uXDHq0U6fJVW8oy2sWUj5OIVGUfe9EtCjnIr3OE=";
};
nativeBuildInputs = [