summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00c2f86fa6ed..ab5eeea75e35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipython-7
pkgdesc = IPython provides a rich toolkit to help you make the most of using Python interactively
- pkgver = 7.6.1
+ pkgver = 7.7.0
pkgrel = 1
url = https://ipython.readthedocs.io/en/stable/
arch = any
@@ -17,8 +17,8 @@ pkgbase = ipython-7
provides = ipython
provides = ipython-7
conflicts = ipython
- source = https://github.com/ipython/ipython/releases/download/7.6.1/ipython-7.6.1.tar.gz
- md5sums = 071e369c4dc5dc0261af12312ec1e7ed
+ source = https://github.com/ipython/ipython/releases/download/7.7.0/ipython-7.7.0.tar.gz
+ md5sums = 5f0927d364f7315a7ce88d27fa84854c
pkgname = ipython-7
diff --git a/PKGBUILD b/PKGBUILD
index aff7c2ac2170..b9007fd4e9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: asm0dey <pavel.finkelshtein+AUR@gmail.com>
pkgname=ipython-7
-pkgver=7.6.1
+pkgver=7.7.0
pkgrel=1
pkgdesc="IPython provides a rich toolkit to help you make the most of using Python interactively"
url="https://ipython.readthedocs.io/en/stable/"