Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
P-A Bouttier
gricad_guix_packages
Commits
e89760fa
Commit
e89760fa
authored
Sep 13, 2021
by
P-A Bouttier
Browse files
Change source origin pour astroquery package (hard link pb on dahu)
parent
19a1b9ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
e89760fa
...
...
@@ -832,10 +832,10 @@
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"astroquery"
version
))
(
uri
(
string-append
"https://github.com/astropy/astroquery/archive/refs/tags/v"
version
".tar.gz"
))
(
sha256
(
base32
"
141z8rvzwh9q4i0f7490jc6z71vkgwxaq8mycdli1fm5i5qb9r2y
"
))))
"
0yv5wcqfiicgwp1q83j694sqy3xb0b0xihcbpdivbm628sbl3jm4
"
))))
(
build-system
python-build-system
)
(
arguments
`
(
#
:tests?
#f
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment