[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: pelican: Update to 4.7.2.
From: |
guix-commits |
Subject: |
09/12: gnu: pelican: Update to 4.7.2. |
Date: |
Wed, 25 May 2022 13:24:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 39bf5220750ef7106a1a323e9e641ab83425f64d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200
gnu: pelican: Update to 4.7.2.
* gnu/packages/python-xyz.scm (pelican): Update to 4.7.2.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 22bb8e715f..cdfcf9f625 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5643,13 +5643,13 @@ interested parties to subscribe to events, or
\"signals\".")
(define-public pelican
(package
(name "pelican")
- (version "4.7.1")
+ (version "4.7.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pelican" version))
(sha256
- (base32 "1sfckd3fhgnj305002fi3fdhkynric1ck7a5i8qany7k3vdsbasv"))))
+ (base32 "0m1kndc98hhnlq0yl05f4lzccw555pkxnrajj6lks18yh491kw8w"))))
(build-system python-build-system)
(inputs
(list python-blinker
- branch master updated (d2c06bf2ff -> 4c12fcfe43), guix-commits, 2022/05/25
- 02/12: gnu: toybox: Use #:make-flags., guix-commits, 2022/05/25
- 10/12: gnu: lynis: Update to 3.0.8., guix-commits, 2022/05/25
- 04/12: gnu: libbytesize: Update to 2.6., guix-commits, 2022/05/25
- 12/12: gnu: parallel: Update to 20220522., guix-commits, 2022/05/25
- 07/12: gnu: python-cli-helpers: Update to 2.2.1., guix-commits, 2022/05/25
- 05/12: gnu: libbytesize: Remove input labels., guix-commits, 2022/05/25
- 09/12: gnu: pelican: Update to 4.7.2.,
guix-commits <=
- 11/12: gnu: lynis: Work., guix-commits, 2022/05/25
- 01/12: gnu: toybox: Update to 0.8.7., guix-commits, 2022/05/25
- 08/12: gnu: litecli: Update to 1.8.0., guix-commits, 2022/05/25
- 06/12: gnu: libhx: Update to 4.3., guix-commits, 2022/05/25
- 03/12: gnu: qjackctl: Update to 0.9.7., guix-commits, 2022/05/25