Merge pull request #232627 from fabaff/aggdraw-bump

python311Packages.aggdraw: 1.3.15 -> 1.3.16
This commit is contained in:
Fabian Affolter 2023-05-19 04:45:32 +02:00 committed by GitHub
commit 86b5288fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "aggdraw";
version = "1.3.15";
version = "1.3.16";
src = fetchFromGitHub {
owner = "pytroll";
repo = pname;
rev = "v${version}";
hash = "sha256-w3HlnsHYB0R+HZOXtzygC2RST3gllPI7SYtwSCVXhTU=";
hash = "sha256-2yajhuRyQ7BqghbSgPClW3inpw4TW2DhgQbomcRFx94=";
};
nativeCheckInputs = [