diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-15 22:59:14 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-16 22:51:50 +0100 |
| commit | 869fe0bf833d62ea0cc788bd8599fcf75cb03d0e (patch) | |
| tree | f9f58fc517e98a637ed69928a839a6b14682a0da /gnu/packages/bioinformatics.scm | |
| parent | 736851acf024ab500ad548f1d401b12f0535203d (diff) | |
gnu: python-scikit-bio: Remove patch.
The fix was not a patch, but a bump of the python-patsy package.
* gnu/packages/bioinformatics.csm (python-scikit-bio)[origin]{patches}:
Remove it.
Merges: guix/guix!10584
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 82f768cdef1..281dfdb9087 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -6926,16 +6926,7 @@ and record oriented data modeling and the Semantic Web.") | |||
| 6926 | (commit version))) | 6926 | (commit version))) |
| 6927 | (file-name (git-file-name name version)) | 6927 | (file-name (git-file-name name version)) |
| 6928 | (sha256 | 6928 | (sha256 |
| 6929 | (base32 "1bg50d57jnzbkixcc3c23wrm8mf1za2nf0i3dy4n5zzizsk6vjpd")) | 6929 | (base32 "1bg50d57jnzbkixcc3c23wrm8mf1za2nf0i3dy4n5zzizsk6vjpd")))) |
| 6930 | (patches | ||
| 6931 | (list | ||
| 6932 | (origin | ||
| 6933 | (method url-fetch) | ||
| 6934 | (uri | ||
| 6935 | (string-append "https://github.com/scikit-bio/scikit-bio/commit/" | ||
| 6936 | "6d8d7d15af5485f5ad555d31db99808468f72831.patch")) | ||
| 6937 | (sha256 | ||
| 6938 | (base32 "1l28ckz7n4gyrsg5ls2xf1qd19cv03jf7bjrn3y9y6jjn71by45w"))))))) | ||
| 6939 | (build-system pyproject-build-system) | 6930 | (build-system pyproject-build-system) |
| 6940 | (arguments | 6931 | (arguments |
| 6941 | (list | 6932 | (list |
