diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-03-16 21:11:02 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-03-16 21:12:11 +0100 |
| commit | 7b08b63ddcb1efa6950def1371b8e21e8f8e6d00 (patch) | |
| tree | a10c0d60668b05174555fe254a5ed6f55d0fc218 | |
| parent | 27deea1fa4012b9783dbfd6c8ad4773655ff24a9 (diff) | |
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
| -rw-r--r-- | gnu/packages/admin.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2cd96046d9d..f0f9f5d9dc0 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" |
