sogo: 5.8.0 -> 5.9.0

This commit is contained in:
R. Ryantm
2023-10-06 16:11:11 -07:00
committed by Jonathan Ringer
parent 44f80df4e4
commit e486de6c60
+2 -2
View File
@@ -5,13 +5,13 @@
, libwbxml }:
gnustep.stdenv.mkDerivation rec {
pname = "SOGo";
version = "5.8.0";
version = "5.9.0";
src = fetchFromGitHub {
owner = "inverse-inc";
repo = pname;
rev = "SOGo-${version}";
hash = "sha256-lHUEV5yYLs3oc8Arl3KX8G/OEAoLmS7pRLCGsRAJAr4=";
hash = "sha256-Jv+gOWNcjdXk51I22+znYLTUWDEdAOAmRJql9P+/OuQ=";
};
nativeBuildInputs = [ gnustep.make makeWrapper python3 pkg-config ];