1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ocamlPackages.lambdasoup: 1.0.0 -> 1.1.0 (#336553)

This commit is contained in:
Weijia Wang 2024-09-11 00:59:03 +02:00 committed by GitHub
commit 8c8f28fa42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "lambdasoup";
version = "1.0.0";
version = "1.1.0";
minimalOCamlVersion = "4.03";
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "aantron";
repo = pname;
rev = version;
hash = "sha256-PZkhN5vkkLu8A3gYrh5O+nq9wFtig0Q4qD8zLGUGTRI=";
hash = "sha256-HUYE29nhoBjG5OZSV4n0C5yLq8yDtP+wsmxYyWsF3lc=";
};
propagatedBuildInputs = [ camlp-streams markup ];