Skip to content
Snippets Groups Projects
Commit 5d8f765a authored by Andreas Rauschert's avatar Andreas Rauschert
Browse files

Update units to 2.3.4

parent 44aaa724
No related branches found
No related tags found
1 merge request!108chore!: Integrate MantleAPI v18
Pipeline #76619 failed
......@@ -109,7 +109,7 @@
"moduleExtensions": {
"//ThirdParty:dependencies.bzl%non_module_dependencies": {
"general": {
"bzlTransitiveDigest": "BK7gtXj8FH0e43sABaGoWGlwQUGU+rlVC3mJvlu4Zc4=",
"bzlTransitiveDigest": "tgfIg7RVk1TQKXoZcKInJsuX5iZHT2kkSXReSmbncsM=",
"usagesDigest": "fWqXZiAX8d00fAObEYNQNqPsov2UU/t4Er303zhLExI=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
......@@ -131,9 +131,9 @@
"ruleClassName": "http_archive",
"attributes": {
"build_file": "@@//ThirdParty/units:units.BUILD",
"url": "https://github.com/nholthaus/units/archive/refs/tags/v2.3.1.tar.gz",
"sha256": "4a242a6e1b117f0234dffc2796c9133ca57d114f0fdf2c200754e6770db6bfd8",
"strip_prefix": "units-2.3.1"
"url": "https://github.com/nholthaus/units/archive/refs/tags/v2.3.4.tar.gz",
"sha256": "e7c7d307408c30bfd30c094beea8d399907ffaf9ac4b08f4045c890f2e076049",
"strip_prefix": "units-2.3.4"
}
},
"rtree": {
......@@ -142,7 +142,8 @@
"attributes": {
"build_file": "@@//ThirdParty/rtree:rtree.BUILD",
"url": "https://github.com/nushoin/RTree/archive/4bd551c7e2b2cf3fce9d4bf3d18f4c58d1efefc1.zip",
"strip_prefix": "RTree-4bd551c7e2b2cf3fce9d4bf3d18f4c58d1efefc1"
"strip_prefix": "RTree-4bd551c7e2b2cf3fce9d4bf3d18f4c58d1efefc1",
"integrity": "sha256-kZIkvaytxvRUYvEaFMskNyle6qeqyERYk7uYAlW6UZA="
}
},
"mantle_api": {
......@@ -182,7 +183,7 @@
},
"//ThirdParty:dependencies.bzl%non_module_dev_dependencies": {
"general": {
"bzlTransitiveDigest": "BK7gtXj8FH0e43sABaGoWGlwQUGU+rlVC3mJvlu4Zc4=",
"bzlTransitiveDigest": "tgfIg7RVk1TQKXoZcKInJsuX5iZHT2kkSXReSmbncsM=",
"usagesDigest": "uW1SCv+qW+K9gJBM3Sj1VmImMHZGvK3mBujc7LmkYPg=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
......
......@@ -5,7 +5,7 @@ This module contains rule to pull nholthaus units
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
_VERSION = "2.3.1"
_VERSION = "2.3.4"
def units_nhh():
maybe(
......@@ -13,6 +13,6 @@ def units_nhh():
name = "units_nhh",
build_file = "//ThirdParty/units:units.BUILD",
url = "https://github.com/nholthaus/units/archive/refs/tags/v{version}.tar.gz".format(version = _VERSION),
sha256 = "4a242a6e1b117f0234dffc2796c9133ca57d114f0fdf2c200754e6770db6bfd8",
strip_prefix = "units-2.3.1",
sha256 = "e7c7d307408c30bfd30c094beea8d399907ffaf9ac4b08f4045c890f2e076049",
strip_prefix = "units-{version}".format(version = _VERSION),
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment