Skip to content

Commit a945981

Browse files
authored
Merge pull request #375 from rtetley/unimath-update
Update Unimath as per request
2 parents a6d0f35 + 229a991 commit a945981

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

opam/opam-coq-archive/released/packages/coq-unimath/coq-unimath.20230420/opam renamed to opam/opam-coq-archive/released/packages/coq-unimath/coq-unimath.20231010/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ maintainer: "The UniMath Development Team"
33
homepage: "https://github.com/UniMath/UniMath"
44
dev-repo: "git+https://github.com/UniMath/UniMath.git"
55
bug-reports: "https://github.com/UniMath/UniMath/issues"
6-
license: "Kind of MIT"
6+
license: "Similar to MIT license"
77
authors: ["The UniMath Development Team"]
88
build: [make "BUILD_COQ=no" "-j%{jobs}%"]
99
install: [make "BUILD_COQ=no" "install"]
@@ -13,6 +13,6 @@ depends: [
1313
]
1414
synopsis: "Library of Univalent Mathematics"
1515
url {
16-
src: "https://github.com/UniMath/UniMath/archive/refs/tags/v20230420.tar.gz"
17-
checksum: "sha512=2ffcb03bece607eb017107183c4b67a552021168c86937b0cf6d98d75b852f25d9b4d36598278f76fa7544c02c81f8a52c77fc057463f685191176d3ae612d27"
16+
src: "https://github.com/UniMath/UniMath/archive/refs/tags/v20231010.tar.gz"
17+
checksum: "sha512=27729e1e6cba0df2e07d4789fd2cefcdba71e2374afb16bdaabee4132d1ab8721096602aa83e2aa599b994e1a744b969f0d5134677fbaecb3241c916d32353ac"
1818
}

package_picks/package-pick-8.18+beta1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ then
108108
if [ "${BITSIZE}" == "64" ]
109109
then
110110
case "$COQ_PLATFORM_UNIMATH" in
111-
[yY]) PACKAGES="${PACKAGES} coq-unimath.20230420" ;;
111+
[yY]) PACKAGES="${PACKAGES} coq-unimath.20231010" ;;
112112
[nN]) true ;;
113113
*) echo "Illegal value for COQ_PLATFORM_UNIMATH - aborting"; false ;;
114114
esac

0 commit comments

Comments
 (0)