python311Packages.aggdraw: 1.3.15 -> 1.3.16

Diff: https://github.com/pytroll/aggdraw/compare/v1.3.15...v1.3.16
This commit is contained in:
Fabian Affolter 2023-05-18 16:12:40 +02:00
parent c680c3136d
commit 860fbcee79

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 = [