From 43a82ad5450a686d2adec99d23f9544a5a1e48cb Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 24 Jan 2024 12:31:21 +0100 Subject: gnu: pynac: Update to 0.7.29. * gnu/packages/sagemath.scm (pynac): Update to 0.7.29. Change-Id: I3bf2675aea9d8a07fdcfa08471c9d1ca7725e1f7 --- gnu/packages/sagemath.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 3d8c07b813..242f890c0c 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2019 Andreas Enge +;;; Copyright © 2019, 2024 Andreas Enge ;;; Copyright © 2019 Nicolas Goaziou ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 Jakub Kądziołka @@ -173,7 +173,7 @@ represented as strings.") (define-public pynac (package (name "pynac") - (version "0.7.26") + (version "0.7.29") (source (origin (method git-fetch) @@ -182,7 +182,7 @@ represented as strings.") (commit (string-append "pynac-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "09d2p74x1arkydlxy6pw4p4byi7r8q7f29w373h4d8a215kadc6d")))) + (base32 "1h2b85rmmrsjnqk8z5d811r1lc0h64g7dyk7gfbwyapdcmx7pi51")))) (build-system gnu-build-system) (native-inputs (list autoconf automake libtool pkg-config)) -- cgit v1.2.3