Skip to content

Commit 92d12f1

Browse files
committed
guix: update time-machine to 77386bdbfe6b0c649c05ab37f08051d1ab3e5074
python-altgraph (0.17.4) has been upstreamed. See: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=0c6198319a61d85cd8925af418466dcdccf3daff Also includes: GCC 10.4.0 -> 10.5.0: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=2fbb5398a39bf18e41235891a0740fa0bc4d7a4d. Linux Kernel Headers 6.1.46 -> 6.1.61 LLVM 16 & 17 become available.
1 parent 95a3934 commit 92d12f1

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
@@ -19,6 +19,7 @@
1919
((gnu packages python) #:select (python-minimal))
2020
((gnu packages python-build) #:select (python-tomli))
2121
((gnu packages python-crypto) #:select (python-asn1crypto))
22+
((gnu packages python-xyz) #:select (python-altgraph))
2223
((gnu packages tls) #:select (openssl))
2324
((gnu packages version-control) #:select (git-minimal))
2425
(guix build-system cmake)
@@ -372,29 +373,6 @@ certificates or paths. Supports various options, including: validation at a
372373
specific moment in time, whitelisting and revocation checks.")
373374
(license license:expat))))
374375

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

0 commit comments

Comments
 (0)