This is an automated email from the git hooks/post-receive script. dannym pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 7b08b63ddc gnu: px: Update to 3.6.9. 7b08b63ddc is described below commit 7b08b63ddcb1efa6950def1371b8e21e8f8e6d00 Author: Danny Milosavljevic <dan...@friendly-machines.com> AuthorDate: Sun Mar 16 21:11:02 2025 +0100 gnu: px: Update to 3.6.9. * gnu/packages/admin.scm (px): Update to 3.6.9. [arguments]<#:phases>[patch-git]: Modify. Change-Id: I9da60eef06187f8702d169f2b8c737c54a1ad475 --- gnu/packages/admin.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2cd96046d9..f0f9f5d9dc 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -6823,7 +6823,7 @@ several firewall backends.") (define-public px (package (name "px") - (version "3.6.5") + (version "3.6.9") (source (origin (method git-fetch) (uri (git-reference @@ -6832,7 +6832,7 @@ several firewall backends.") (file-name (git-file-name name version)) (sha256 (base32 - "0zhh3y8caww6rxy9ppg60ls1505s5z1jmnahr5v31r94vzlp4h8v")))) + "0kqwi1qb6hvk4si1dynz4q56lxy5161b50fgsvlfk9dnb6gwln6i")))) (build-system python-build-system) (arguments (list #:phases @@ -6862,10 +6862,10 @@ several firewall backends.") (("\"/bin/ps\"") (string-append "\"" (assoc-ref inputs "procps") "/bin/ps\""))) - (substitute* '("setup.py" "devbin/update_version_py.py") + (substitute* "setup.py" ;; Patch "git describe", replacing it by its result. - (("subprocess.check_output.*git.*describe.*") - (string-append "\"" #$version "\"\n"))))) + (("\\[\"git\", \"describe\", \"--dirty\"\\]") + (string-append "[\"echo\", \"" #$version "\"]"))))) (add-before 'check 'prepare-check (lambda _ (substitute* "tests/px_terminal_test.py"