Skip to content

Commit 3d1797f

Browse files
MBueschelbergermr-c
authored andcommitted
Update namespace in urn
1 parent c69221b commit 3d1797f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/provenance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def guess_mediatype(
517517
# TODO: Change to nih:sha-256; hashes
518518
# https://tools.ietf.org/html/rfc6920#section-7
519519
aggregate_dict = {
520-
"uri": "urn:hash::sha1:" + filename,
520+
"uri": "urn:hash:sha1:" + filename,
521521
"bundledAs": {
522522
# The arcp URI is suitable ORE proxy; local to this Research Object.
523523
# (as long as we don't also aggregate it by relative path!)

0 commit comments

Comments
 (0)