mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: rust-psl-2: Update to 2.1.13.
* gnu/packages/crates-io.scm (rust-psl-2): Update to 2.1.13. [arguments]: Remove phase adjusting the version of the rspec dependency. Change-Id: I9cb637b23b5f9a454b10d9420c2d765c68494a57
This commit is contained in:
parent
a13d29f0a4
commit
d5ce6eae28
1 changed files with 3 additions and 9 deletions
|
@ -59014,7 +59014,7 @@ (define-public rust-protobuf-codegen-pure-2
|
|||
(define-public rust-psl-2
|
||||
(package
|
||||
(name "rust-psl")
|
||||
(version "2.0.48")
|
||||
(version "2.1.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -59022,20 +59022,14 @@ (define-public rust-psl-2
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a2d3z6gi7bwsi4xr6m3kq44wxyr81yqr5z76afv8kfxsc8p1nxh"))))
|
||||
"1g21gwhjzsz2jp2c4y6qg74p49vgiida98lg8yzqxdcx087rnnzy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-psl-types" ,rust-psl-types-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-rspec", rust-rspec-1))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-version-requirements
|
||||
(lambda _
|
||||
(substitute* "Cargo.toml"
|
||||
(("1.0.0") ,(package-version rust-rspec-1))))))))
|
||||
(("rust-rspec" ,rust-rspec-1))))
|
||||
(home-page "https://github.com/addr-rs/psl")
|
||||
(synopsis "Extract root domain and suffix")
|
||||
(description "This package extracts root domain and suffix from a domain
|
||||
|
|
Loading…
Reference in a new issue