ocamlPackages.typerep: 0.17.0 → 0.17.1 (#357929)

This commit is contained in:
Ulrik Strid 2024-11-22 12:51:29 +01:00 committed by GitHub
commit 0bdc21db7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1869,7 +1869,8 @@ with self;
typerep = janePackage {
pname = "typerep";
hash = "sha256-0KwJdWtibgjxghFmOYKyPrcOAfoLpxYGBZm2KpH8tgA=";
version = "0.17.1";
hash = "sha256-hw03erwLx9IAbkBibyhZxofA5jIi12rFJOHNEVYpLSk=";
meta.description = "Typerep is a library for runtime types";
propagatedBuildInputs = [ base ];
};