Merge pull request #305903 from r-ryantm/auto-update/ocamlPackages.syslog-message

ocamlPackages.syslog-message: 1.1.0 -> 1.2.0
This commit is contained in:
Ulrik Strid 2024-04-26 08:12:18 +02:00 committed by GitHub
commit edae36c883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -4,20 +4,18 @@
buildDunePackage rec {
pname = "syslog-message";
version = "1.1.0";
version = "1.2.0";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/verbosemode/${pname}/releases/download/${version}/${pname}-${version}.tbz";
hash = "sha256:0vy4dkl2q2fa6rzyfsvjyc9r1b9ymfqd6j35z2kp5vdc4r87053g";
hash = "sha256-+eyiv6JvC0EKs3G1s5qoFtK0bU4Yg41AHg5Nc6xD9w0=";
};
propagatedBuildInputs = [
astring
ptime
rresult
];
doCheck = true;