Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ipython-kernel
Commits:
c388f2e5 by Felix Yan at 2025-12-10T15:05:38+08:00
upgpkg: 0.12.0.0-1: rebuild with ipython-kernel 0.12.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-ipython-kernel
pkgdesc = A library for creating kernels for IPython frontends
- pkgver = 0.11.0.0
- pkgrel = 169
+ pkgver = 0.12.0.0
+ pkgrel = 1
url = https://github.com/gibiansky/IHaskell
arch = x86_64
license = MIT
@@ -14,7 +14,7 @@ pkgbase = haskell-ipython-kernel
depends = haskell-unordered-containers
depends = haskell-uuid
depends = haskell-zeromq4-haskell
- source =
https://hackage.haskell.org/packages/archive/ipython-kernel/0.11.0.0/ipython-kernel-0.11.0.0.tar.gz
- sha256sums =
b9651ffcef4891d85e297644ba2eef5c21753d84318219392ad79180964320a7
+ source =
https://hackage.haskell.org/packages/archive/ipython-kernel/0.12.0.0/ipython-kernel-0.12.0.0.tar.gz
+ sha256sums =
52884d853440f5774b8959a938f4e819dcb4ea8e57b4e45fc82ebb0006f568e8
pkgname = haskell-ipython-kernel
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=ipython-kernel
pkgname=haskell-ipython-kernel
-pkgver=0.11.0.0
-pkgrel=169
+pkgver=0.12.0.0
+pkgrel=1
pkgdesc="A library for creating kernels for IPython frontends"
url="https://github.com/gibiansky/IHaskell"
license=("MIT")
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-cryptonite'
'haskell-memory' 'haske
'haskell-unordered-containers' 'haskell-uuid'
'haskell-zeromq4-haskell')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('b9651ffcef4891d85e297644ba2eef5c21753d84318219392ad79180964320a7')
+sha256sums=('52884d853440f5774b8959a938f4e819dcb4ea8e57b4e45fc82ebb0006f568e8')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ipython-kernel/-/commit/c388f2e543832704b39d7359370e343b671104af
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ipython-kernel/-/commit/c388f2e543832704b39d7359370e343b671104af
You're receiving this email because of your account on gitlab.archlinux.org.