[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/17: gnu: patool: Update to 2.1.1.
From: |
guix-commits |
Subject: |
17/17: gnu: patool: Update to 2.1.1. |
Date: |
Fri, 9 Feb 2024 17:19:42 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 6dcc097cd8e6d859c1e51762cf3aa7c8a5b29a9c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Feb 9 22:11:14 2024 +0000
gnu: patool: Update to 2.1.1.
* gnu/packages/patool.scm (patool): Update to 2.1.1.
Change-Id: I86a5e93b10e377a6705c3b7f4a822d8d54f66483
---
gnu/packages/patool.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/patool.scm b/gnu/packages/patool.scm
index 5cd05af97c..6d71c3c472 100644
--- a/gnu/packages/patool.scm
+++ b/gnu/packages/patool.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -35,7 +36,7 @@
(define-public patool
(package
(name "patool")
- (version "1.12")
+ (version "2.1.1")
(source
(origin
(method git-fetch) ;no test data in PyPI archive
@@ -45,7 +46,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0zgvgx9549rvb57rgkpjalydz46k71gibfs6ab3b3sy439s0ay4h"))))
+ "09il0gq1xxlism30hx1aa06alz1xhrnhhwcjzx1znical0bp3q1r"))))
(build-system pyproject-build-system)
(arguments
(list
- branch master updated (8ffc923368 -> 6dcc097cd8), guix-commits, 2024/02/09
- 02/17: gnu: bcachefs-tools: Restyle format., guix-commits, 2024/02/09
- 01/17: gnu: bcachefs-tools: Update to 1.4.1., guix-commits, 2024/02/09
- 06/17: gnu: syncthing: Update to 1.27.2., guix-commits, 2024/02/09
- 12/17: gnu: moe: Update to 1.14., guix-commits, 2024/02/09
- 14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable., guix-commits, 2024/02/09
- 15/17: gnu: vale: Remove package labeles., guix-commits, 2024/02/09
- 17/17: gnu: patool: Update to 2.1.1.,
guix-commits <=
- 04/17: gnu: clifm: Update to 1.16, guix-commits, 2024/02/09
- 03/17: gnu: pigz: Update to 2.8., guix-commits, 2024/02/09
- 05/17: gnu: vxl: Update to 3.5.0., guix-commits, 2024/02/09
- 07/17: gnu: fheroes2: Update to 1.0.11., guix-commits, 2024/02/09
- 08/17: gnu: dos2unix: Update to 7.5.2., guix-commits, 2024/02/09
- 09/17: gnu: mupdf: Update to 1.23.9., guix-commits, 2024/02/09
- 11/17: gnu: gama: Update to 2.28., guix-commits, 2024/02/09
- 10/17: gnu: wlr-randr: Update to 0.4.0., guix-commits, 2024/02/09
- 13/17: gnu: packages: textuitils: Sort use-module alphabetically., guix-commits, 2024/02/09
- 16/17: gnu: patool: Fix build., guix-commits, 2024/02/09