From 3d1797fbae1ee291c39b2fb087f1337fd17acdad Mon Sep 17 00:00:00 2001 From: MBueschelberger <46421269+MBueschelberger@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:28:42 +0100 Subject: [PATCH] Update namespace in urn --- cwltool/provenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwltool/provenance.py b/cwltool/provenance.py index 4a88fe67d..30e9d4e8a 100644 --- a/cwltool/provenance.py +++ b/cwltool/provenance.py @@ -517,7 +517,7 @@ def guess_mediatype( # TODO: Change to nih:sha-256; hashes # https://tools.ietf.org/html/rfc6920#section-7 aggregate_dict = { - "uri": "urn:hash::sha1:" + filename, + "uri": "urn:hash:sha1:" + filename, "bundledAs": { # The arcp URI is suitable ORE proxy; local to this Research Object. # (as long as we don't also aggregate it by relative path!)