gnu: emacs-straight-el: Update to 0-4.44a866f.

* gnu/packages/emacs-xyz.scm (emacs-straight-el): Update to 0-4.44a866f.

Change-Id: I7980b2966cbc339c21c5cc06411a8bf3c935dde0
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Cayetano Santos 2025-03-02 11:38:11 +01:00 committed by Ian Eure
parent cd89c8189f
commit 11cdebf9df
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -41993,31 +41993,25 @@ on the chosen style."))))
(license license:gpl3+)))) ; License is in pyimport.el (license license:gpl3+)))) ; License is in pyimport.el
(define-public emacs-straight-el (define-public emacs-straight-el
(let ((commit "b3760f5829dba37e855add7323304561eb57a3d4") (let ((commit "44a866f28f3ded6bcd8bc79ddc73b8b5044de835")
(revision "3")) (revision "4"))
(package (package
(name "emacs-straight-el") (name "emacs-straight-el")
(version (git-version "0" revision commit)) (version (git-version "0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (uri (git-reference
(git-reference (url "https://github.com/radian-software/straight.el/")
(url "https://github.com/radian-software/straight.el")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "10kvm2gzn7yf2wkfprq7cm6m2la83rdi394rcrsxql3yyhd0v599")))) (base32 "086ly0szbf1lxkdi76jzjd6znz9shrmdbw7a9mr977s27219l8mf"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
#:tests? #t #:tests? #t
#:test-command #:test-command '(list "make" "tests")
#~(list "emacs" "-Q" "--batch"
"-L" "."
"--load" "ert"
"--load" "tests/straight-test.el"
"--eval" "(progn (require 'straight-ert-print-hack) (ert-run-tests-batch-and-exit))")
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'patch-git-executable (add-after 'unpack 'patch-git-executable
@ -42026,14 +42020,9 @@ on the chosen style."))))
(substitute* "straight.el" (substitute* "straight.el"
(("\"git\"") (("\"git\"")
(string-append "\"" (string-append "\""
(search-input-file inputs "/bin/git") (search-input-file inputs "/bin/git") "\""))))))))
"\"")))))))) (inputs (list git))
(native-inputs (propagated-inputs (list emacs-magit))
(list texinfo))
(inputs
(list git))
(propagated-inputs
(list emacs-magit))
(home-page "https://github.com/radian-software/straight.el/") (home-page "https://github.com/radian-software/straight.el/")
(synopsis "Purely functional package manager for the Emacs hacker") (synopsis "Purely functional package manager for the Emacs hacker")
(description (description