Skip to content

Commit ab78081

Browse files
Update namespace in urn
1 parent 1969a65 commit ab78081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)