Skip to content

Commit

Permalink
Update legend-testdata in increase package version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed May 9, 2023
1 parent 928c278 commit 1bf0784
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[legend_testdata]
git-tree-sha1 = "3757492180d15753701777a5e1043a08e698f672"
git-tree-sha1 = "f0aa7fef9f9e036c5153061b83c23929bbc1fd67"

[[legend_testdata.download]]
sha256 = "37534a0376f1dac96bc2ba9e2489cb5238e874676a7347dc3971b8278eeedaf2"
url = "https://api.github.com/repos/legend-exp/legend-testdata/tarball/a2108113a9483aae1f3e40cde6fa3c16b570a6d7"
sha256 = "12343277fa8d6f595f04cf77d22ea95bac6de2b5315def1a0a3663e3529fff58"
url = "https://api.github.com/repos/legend-exp/legend-testdata/tarball/7df474059cb6cf1d7c7ff836ddfb7e8d3373abb0"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LegendTestData"
uuid = "33d6da08-6349-5f7c-b5a4-6ff4d8795aaf"
version = "0.2.0"
version = "0.2.1"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
2 changes: 1 addition & 1 deletion src/LegendTestData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ managed via [DataDeps.jl](https://github.com/oxinabox/DataDeps.jl).
Set `ENV["DATADEPS_ALWAYS_ACCEPT"] = "true"` to avoid interactive prompt
asking for download permission.
"""
legend_test_data_path() = joinpath(artifact"legend_testdata", "legend-exp-legend-testdata-a210811")
legend_test_data_path() = joinpath(artifact"legend_testdata", "legend-exp-legend-testdata-7df4740")
export legend_test_data_path


Expand Down

0 comments on commit 1bf0784

Please sign in to comment.