gedit: 48.0 → 48.1 (#363201)

authored by

Bobby Rong and committed by
GitHub
1992eca1 e75188ae

+6 -10
+2 -6
pkgs/by-name/ge/gedit/package.nix
··· 21 21 , ninja 22 22 , gnome 23 23 , gspell 24 - , perl 25 24 , itstool 26 25 , desktop-file-utils 27 26 , vala ··· 29 28 30 29 stdenv.mkDerivation rec { 31 30 pname = "gedit"; 32 - version = "48.0"; 31 + version = "48.1"; 33 32 34 33 outputs = [ "out" "devdoc" ]; 35 34 36 35 src = fetchurl { 37 36 url = "mirror://gnome/sources/gedit/${lib.versions.major version}/gedit-${version}.tar.xz"; 38 - sha256 = "/g/vm3sHmRINuGrok6BgA2oTRFNS3tkWm6so04rPDoA="; 37 + hash = "sha256-lx56wmvAo6Pe0np1Y3ckFWh9sOWgkrRUflsQpVhYswo="; 39 38 }; 40 39 41 40 patches = [ ··· 50 49 libxml2 51 50 meson 52 51 ninja 53 - perl 54 52 pkg-config 55 53 python3 56 54 vala ··· 77 75 78 76 postPatch = '' 79 77 chmod +x build-aux/meson/post_install.py 80 - chmod +x plugins/externaltools/scripts/gedit-tool-merge.pl 81 78 patchShebangs build-aux/meson/post_install.py 82 - patchShebangs plugins/externaltools/scripts/gedit-tool-merge.pl 83 79 ''; 84 80 85 81 # Reliably fails to generate gedit-file-browser-enum-types.h in time
+2 -2
pkgs/by-name/li/libgedit-gtksourceview/package.nix
··· 16 16 17 17 stdenv.mkDerivation (finalAttrs: { 18 18 pname = "libgedit-gtksourceview"; 19 - version = "299.3.0"; 19 + version = "299.4.0"; 20 20 21 21 outputs = [ "out" "dev" "devdoc" ]; 22 22 ··· 26 26 owner = "gedit"; 27 27 repo = "libgedit-gtksourceview"; 28 28 rev = finalAttrs.version; 29 - hash = "sha256-C2Bq01PlALJMr7kHsSr9VaSNcktc250yGevRYQ7Ipck="; 29 + hash = "sha256-befm5UIXh2aCpKN2NH0aJhCYLf9j/ug0kVDAD5xNt4k="; 30 30 }; 31 31 32 32 patches = [
+2 -2
pkgs/by-name/li/libgedit-tepl/package.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "libgedit-tepl"; 21 - version = "6.11.0"; 21 + version = "6.12.0"; 22 22 23 23 outputs = [ "out" "dev" "devdoc" ]; 24 24 ··· 28 28 owner = "gedit"; 29 29 repo = "libgedit-tepl"; 30 30 rev = version; 31 - hash = "sha256-8y3EQZKYRcx2ocG7aR7tGBCE/68yPdrBcPNm6O2lM4c="; 31 + hash = "sha256-s3b7wj6b2SM0+i0vXUDDhnspgPcsRAsA5kLblh0orJE="; 32 32 }; 33 33 34 34 strictDeps = true;