-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 [backports-release-1.10] Bump the SparseArrays stdlib from 78035e1 …
…to 248d9f9 (#57005) Stdlib: SparseArrays URL: https://github.com/JuliaSparse/SparseArrays.jl.git Stdlib branch: release-1.10 Julia branch: backports-release-1.10 Old commit: 78035e1 New commit: 248d9f9 Julia version: 1.10.7 SparseArrays version: 1.10.0(Does not match) Bump invoked by: @dkarrasch Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaSparse/SparseArrays.jl@78035e1...248d9f9 ``` $ git log --oneline 78035e1..248d9f9 248d9f9 More adhereance to 1.10 error types (hopefully) (#592) ``` Co-authored-by: dkarrasch <[email protected]>
- Loading branch information
1 parent
96ad0a8
commit 9142c5f
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
deps/checksums/SparseArrays-248d9f94cf31d9668e5b07f237f13a239472b2ec.tar.gz/md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
12b074088311e98aa7b9d03da61cec9b |
1 change: 1 addition & 0 deletions
1
deps/checksums/SparseArrays-248d9f94cf31d9668e5b07f237f13a239472b2ec.tar.gz/sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
285ceafd68508831fbaa84ce9bb02da6d0cd1619303640dc46a59877214f300ff891c73a8a92a0a34d0e560f7495edfa1a7656e64afc5b908c40849a21dea60e |
1 change: 0 additions & 1 deletion
1
deps/checksums/SparseArrays-78035e1a4475b77f54964b3f9dd7ca6b92ac7f51.tar.gz/md5
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
deps/checksums/SparseArrays-78035e1a4475b77f54964b3f9dd7ca6b92ac7f51.tar.gz/sha512
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SPARSEARRAYS_BRANCH = release-1.10 | ||
SPARSEARRAYS_SHA1 = 78035e1a4475b77f54964b3f9dd7ca6b92ac7f51 | ||
SPARSEARRAYS_SHA1 = 248d9f94cf31d9668e5b07f237f13a239472b2ec | ||
SPARSEARRAYS_GIT_URL := https://github.com/JuliaSparse/SparseArrays.jl.git | ||
SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaSparse/SparseArrays.jl/tarball/$1 |