Skip to content

Commit 471f5c4

Browse files
committed
soupault: 5.1.0 → 5.2.0
1 parent 8a30da8 commit 471f5c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/so/soupault/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
ocamlPackages.buildDunePackage rec {
1414
pname = "soupault";
15-
version = "5.1.0";
15+
version = "5.2.0";
1616

17-
minimalOCamlVersion = "4.13";
17+
minimalOCamlVersion = "5.3";
1818

1919
src = fetchzip {
2020
urls = [
2121
"https://github.com/PataphysicalSociety/soupault/archive/${version}.tar.gz"
2222
"https://codeberg.org/PataphysicalSociety/soupault/archive/${version}.tar.gz"
2323
];
24-
hash = "sha256-yAkJgNwF763b2DFGA+4Ve+jafFxZbFDm3QxisDD6gYo=";
24+
hash = "sha256-BuQ2yQzf6PpK6HUfuHDscgKkOBttCrs0zTh37hMUR6E=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)