perlPackages.Gtk3ImageView: 9 -> 10

This commit is contained in:
Artturin
2021-11-03 16:40:02 +02:00
parent 2893f1eaf5
commit 47fd040e41
+2 -2
View File
@@ -9708,10 +9708,10 @@ let
Gtk3ImageView = buildPerlPackage rec {
pname = "Gtk3-ImageView";
version = "9";
version = "10";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AS/ASOKOLOV/Gtk3-ImageView-${version}.tar.gz";
sha256 = "sha256-0dxe0p1UQglq+xok7g4l2clJ9WqOHxCeAzWD65E0H9w=";
sha256 = "sha256-vHfnBgaeZPK7hBgZcP1KjepG+IvsDE3XwrH9U4xoN+Y=";
};
buildInputs = [ pkgs.gtk3 ];
propagatedBuildInputs = [ Readonly Gtk3 ];