Skip to content

Commit

Permalink
(devel/R-fastmap) Updated 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
fastmap 1.1.1
=============

* Updated hopscotch-map library to 2.3.0.

* Closed #24: Added a `$clone()` method to `fastmap`. (#26)

* Fixed #27: If a `fastmap` object has no holes in the lists storing keys
  and values, and then it is serialized and then unserialized,
  the new `fastmap` would contain zero items. (#28)

* Faster implementations of `fastmap` `$keys()` and `$as_list()` methods.
  • Loading branch information
mef committed Jun 11, 2023
1 parent fc72952 commit a638d74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/R-fastmap/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2021/05/31 22:22:32 mef Exp $
# $NetBSD: Makefile,v 1.2 2023/06/11 10:05:19 mef Exp $

R_PKGNAME= fastmap
R_PKGVER= 1.1.0
R_PKGVER= 1.1.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions devel/R-fastmap/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 10:14:04 nia Exp $
$NetBSD: distinfo,v 1.4 2023/06/11 10:05:19 mef Exp $

BLAKE2s (R/fastmap_1.1.0.tar.gz) = ec56ae1f7e50f15e65b66add0c68fe007305e5b053a8ede52beff93f7ef7d8e3
SHA512 (R/fastmap_1.1.0.tar.gz) = f61b777f3ac4bf0a5c778bc07bb09a0244955c8bc13a669225a0c70999182af4012af2d9a792f1d861f7b5394c631e1896bf7ac3f3866b0c96e7e33a5635fb87
Size (R/fastmap_1.1.0.tar.gz) = 44277 bytes
BLAKE2s (R/fastmap_1.1.1.tar.gz) = 898b68f8506355f2b1f68ac206a9fd8686190009b0f32723ad3d27bb37891b08
SHA512 (R/fastmap_1.1.1.tar.gz) = bdb9fca30a299c496b6e0bb4f05d67ed8d2743d46eeecb14de4ce8ac5623f9c4d9757a63025b97fe09c9289350933d61a7be7241b60f331088da66a33cf2b3db
Size (R/fastmap_1.1.1.tar.gz) = 46412 bytes

0 comments on commit a638d74

Please sign in to comment.