Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / hy
Commits:
f79db166 by Morten Linderud at 2026-01-27T22:08:07+01:00
upgpkg: 1:1.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hy
pkgdesc = A dialect of Lisp that's embedded in Python
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
epoch = 1
url = http://hylang.org/
@@ -13,7 +13,7 @@ pkgbase = hy
makedepends = python-wheel
makedepends = python-installer
depends = python-funcparserlib
- source =
hy-1.1.0.tar.gz::https://github.com/hylang/hy/archive/1.1.0.tar.gz
- sha256sums =
e3508b13733e1e00c5c9c806384d05485ce182b162e73510b097dcc8bcd477d5
+ source =
hy-1.2.0.tar.gz::https://github.com/hylang/hy/archive/1.2.0.tar.gz
+ sha256sums =
4671522acec3c067e6f9dfd7083a156e9754fd43528fad6789b948b75d16b7e1
pkgname = hy
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=hy
epoch=1
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="A dialect of Lisp that's embedded in Python"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python-funcparserlib')
makedepends=('python-setuptools' 'python-build' 'python-wheel'
'python-installer')
checkdepends=('python-pytest' 'python-pip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz")
-sha256sums=('e3508b13733e1e00c5c9c806384d05485ce182b162e73510b097dcc8bcd477d5')
+sha256sums=('4671522acec3c067e6f9dfd7083a156e9754fd43528fad6789b948b75d16b7e1')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hy/-/commit/f79db1662a985e78d4a2961b1ceb1e4e90d8cb6c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hy/-/commit/f79db1662a985e78d4a2961b1ceb1e4e90d8cb6c
You're receiving this email because of your account on gitlab.archlinux.org.