me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2023-12-27 10:51:22 +02:00
parent a13d29f0a4
commit d5ce6eae28
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 9 deletions

View File

@ -59014,7 +59014,7 @@ using protobuf-parser.")
(define-public rust-psl-2 (define-public rust-psl-2
(package (package
(name "rust-psl") (name "rust-psl")
(version "2.0.48") (version "2.1.13")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -59022,20 +59022,14 @@ using protobuf-parser.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0a2d3z6gi7bwsi4xr6m3kq44wxyr81yqr5z76afv8kfxsc8p1nxh")))) "1g21gwhjzsz2jp2c4y6qg74p49vgiida98lg8yzqxdcx087rnnzy"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-psl-types" ,rust-psl-types-2)) (("rust-psl-types" ,rust-psl-types-2))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-rspec", rust-rspec-1)) (("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))))))))
(home-page "https://github.com/addr-rs/psl") (home-page "https://github.com/addr-rs/psl")
(synopsis "Extract root domain and suffix") (synopsis "Extract root domain and suffix")
(description "This package extracts root domain and suffix from a domain (description "This package extracts root domain and suffix from a domain