diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-22 23:13:28 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-22 23:13:28 +0100 |
commit | ac68ec1988177a81f2cf6f700e614c40fecce940 (patch) | |
tree | fa252eb905131a5d76643225a36ca7391dc532a4 /packages/komodo | |
parent | 435c7b06ea2eb9a72a2b3789556b675a11646b57 (diff) |
strong-type: fix incorrect hash: dangling pointer to another package
Diffstat (limited to 'packages/komodo')
-rw-r--r-- | packages/komodo/strong-type.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/komodo/strong-type.scm b/packages/komodo/strong-type.scm index 376115f..876bb1c 100644 --- a/packages/komodo/strong-type.scm +++ b/packages/komodo/strong-type.scm @@ -15,7 +15,7 @@ (define strong-type-github "https://github.com/doom/strong_type") -(define strong-type-hash "021aggcrh92ircxrk8g375czz5njn62h502arn265d672kn05nrq") +(define strong-type-hash "08r10j6qdv18jxsxb4qfs2pfii65by65cmfvn1baag9vv1cd6idf") (define strong-type-name "strong-type") |