diff options
author | Andrew J. Hesford <ajh@sideband.org> | 2025-02-25 23:59:34 +0000 |
---|---|---|
committer | Andrew J. Hesford <ajh@sideband.org> | 2025-02-26 11:55:23 +0000 |
commit | 33874a58d2ead6d4f7e35cacec73ae53206bf510 (patch) | |
tree | 13ce4774e3827b4ec95538017f64101a2378d71f | |
parent | e472ce42274bdfb217fbffe6a991ba2e04f52021 (diff) | |
download | void-packages-33874a58d2ead6d4f7e35cacec73ae53206bf510.tar void-packages-33874a58d2ead6d4f7e35cacec73ae53206bf510.tar.gz void-packages-33874a58d2ead6d4f7e35cacec73ae53206bf510.tar.bz2 void-packages-33874a58d2ead6d4f7e35cacec73ae53206bf510.tar.lz void-packages-33874a58d2ead6d4f7e35cacec73ae53206bf510.tar.xz void-packages-33874a58d2ead6d4f7e35cacec73ae53206bf510.tar.zst void-packages-33874a58d2ead6d4f7e35cacec73ae53206bf510.zip |
python3-hypothesis: update to 6.127.0.
-rw-r--r-- | srcpkgs/python3-hypothesis/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/python3-hypothesis/template b/srcpkgs/python3-hypothesis/template index 4a920db4e2d..cf0ca2e0f9f 100644 --- a/srcpkgs/python3-hypothesis/template +++ b/srcpkgs/python3-hypothesis/template @@ -1,6 +1,6 @@ # Template file for 'python3-hypothesis' pkgname=python3-hypothesis -version=6.125.0 +version=6.127.0 revision=1 build_wrksrc=hypothesis-python build_style=python3-pep517 @@ -24,7 +24,7 @@ license="MPL-2.0" homepage="https://hypothesis.works/" changelog="https://raw.githubusercontent.com/HypothesisWorks/hypothesis/master/hypothesis-python/docs/changes.rst" distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz" -checksum=5ca312983cf50c6c01247065dff922e8fd367eada9ce4b7b88561adbb456deff +checksum=1fbc38de3f7b9310f12f29701310be024b53874edbf5d60abd1eaa463c5bd3d2 if [ "$XBPS_CHECK_PKGS" != full ]; then # Skip "full" tests unless explicitly requested" |