Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ipython-kernel
Commits:
1333279e by Felix Yan at 2026-07-01T12:31:24+08:00
upgpkg: 0.12.1.0-1: rebuild with ipython-kernel 0.12.1.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,20 +1,20 @@
pkgbase = haskell-ipython-kernel
pkgdesc = A library for creating kernels for IPython frontends
- pkgver = 0.12.0.0
- pkgrel = 58
+ pkgver = 0.12.1.0
+ pkgrel = 1
url = https://github.com/gibiansky/IHaskell
arch = x86_64
license = MIT
makedepends = ghc
depends = ghc-libs
depends = haskell-aeson
- depends = haskell-cryptonite
- depends = haskell-memory
+ depends = haskell-base16-bytestring
+ depends = haskell-cryptohash-sha256
depends = haskell-temporary
depends = haskell-unordered-containers
depends = haskell-uuid
depends = haskell-zeromq4-haskell
- source =
https://hackage.haskell.org/packages/archive/ipython-kernel/0.12.0.0/ipython-kernel-0.12.0.0.tar.gz
- sha256sums =
52884d853440f5774b8959a938f4e819dcb4ea8e57b4e45fc82ebb0006f568e8
+ source =
https://hackage.haskell.org/packages/archive/ipython-kernel/0.12.1.0/ipython-kernel-0.12.1.0.tar.gz
+ sha256sums =
4684df66006d02e6dc11d41b4c2be0763482867e92b64c75a62a44795b0991e7
pkgname = haskell-ipython-kernel
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
_hkgname=ipython-kernel
pkgname=haskell-ipython-kernel
-pkgver=0.12.0.0
-pkgrel=58
+pkgver=0.12.1.0
+pkgrel=1
pkgdesc="A library for creating kernels for IPython frontends"
url="https://github.com/gibiansky/IHaskell"
license=("MIT")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-cryptonite' 'haskell-memory'
'haskell-temporary'
- 'haskell-unordered-containers' 'haskell-uuid'
'haskell-zeromq4-haskell')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring'
'haskell-cryptohash-sha256'
+ 'haskell-temporary' 'haskell-unordered-containers' 'haskell-uuid'
'haskell-zeromq4-haskell')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('52884d853440f5774b8959a938f4e819dcb4ea8e57b4e45fc82ebb0006f568e8')
+sha256sums=('4684df66006d02e6dc11d41b4c2be0763482867e92b64c75a62a44795b0991e7')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ipython-kernel/-/commit/1333279ef8d9f1221f94c91172359e62f5fab01b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ipython-kernel/-/commit/1333279ef8d9f1221f94c91172359e62f5fab01b
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help