Skip to content

Commit c371870

Browse files
committed
merge bitcoin#28580: update time-machine
1 parent d36c9b6 commit c371870

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

contrib/guix/libexec/prelude.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
time-machine() {
5252
# shellcheck disable=SC2086
5353
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
54-
--commit=160f78a4d92205df986ed9efcce7d3aac188cb24 \
54+
--commit=77386bdbfe6b0c649c05ab37f08051d1ab3e5074 \
5555
--cores="$JOBS" \
5656
--keep-failed \
5757
--fallback \

contrib/guix/manifest.scm

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
((gnu packages python) #:select (python-minimal))
2222
((gnu packages python-build) #:select (python-tomli))
2323
((gnu packages python-crypto) #:select (python-asn1crypto))
24+
((gnu packages python-xyz) #:select (python-altgraph))
2425
((gnu packages tls) #:select (openssl))
2526
((gnu packages version-control) #:select (git-minimal))
2627
(guix build-system cmake)
@@ -377,29 +378,6 @@ certificates or paths. Supports various options, including: validation at a
377378
specific moment in time, whitelisting and revocation checks.")
378379
(license license:expat))))
379380

380-
(define-public python-altgraph
381-
(package
382-
(name "python-altgraph")
383-
(version "0.17")
384-
(source
385-
(origin
386-
(method git-fetch)
387-
(uri (git-reference
388-
(url "https://github.com/ronaldoussoren/altgraph")
389-
(commit (string-append "v" version))))
390-
(file-name (git-file-name name version))
391-
(sha256
392-
(base32
393-
"09sm4srvvkw458pn48ga9q7ykr4xlz7q8gh1h9w7nxpf001qgpwb"))))
394-
(build-system python-build-system)
395-
(home-page "https://github.com/ronaldoussoren/altgraph")
396-
(synopsis "Python graph (network) package")
397-
(description "altgraph is a fork of graphlib: a graph (network) package for
398-
constructing graphs, BFS and DFS traversals, topological sort, shortest paths,
399-
etc. with graphviz output.")
400-
(license license:expat)))
401-
402-
403381
(define-public python-macholib
404382
(package
405383
(name "python-macholib")

0 commit comments

Comments
 (0)