Skip to content

Commit

Permalink
ocamlPackages.taglib: 0.3.9 -> 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dali99 authored and vbgl committed Oct 6, 2022
1 parent 53e40f2 commit 308177b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/taglib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildDunePackage rec {
pname = "taglib";
version = "0.3.9";
version = "0.3.10";

src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-taglib";
rev = "v${version}";
sha256 = "sha256-n8Vv8Vepvhx7anZdWIdBfw+HSQShKWjNe6l0gqRRsSs=";
sha256 = "sha256-tAvzVr0PW1o0kKFxdi/ks4obqnyBm8YfiiFupXZkUho=";
};

minimalOCamlVersion = "4.05.0"; # Documented version 4.02.0. 4.05.0 actually required.
Expand Down

0 comments on commit 308177b

Please sign in to comment.