diff options
Diffstat (limited to 'academic/rpy2/rpy2.SlackBuild')
-rw-r--r-- | academic/rpy2/rpy2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/rpy2/rpy2.SlackBuild b/academic/rpy2/rpy2.SlackBuild index c63af087a6..745ca9ea47 100644 --- a/academic/rpy2/rpy2.SlackBuild +++ b/academic/rpy2/rpy2.SlackBuild @@ -2,7 +2,7 @@ # # SlackBuild for rpy2 # -# Copyright 2020 Rob van Nues (sborg63@disroot.org) +# Copyright 2020-2021 Rob van Nues (sborg63@disroot.org) # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rpy2 -VERSION=${VERSION:-3.4.1} +VERSION=${VERSION:-3.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |