1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

Merge branch 'staging' into core-updates

This commit is contained in:
Marius Bakke
2022-09-08 21:12:52 +02:00
183 changed files with 218088 additions and 201841 deletions
+2 -2
View File
@@ -2527,7 +2527,7 @@ shell scripts. Example of how to use @code{yad} can be consulted at
(define-public dragon-drop
(package
(name "dragon-drop")
(version "1.1.1")
(version "1.2.0")
(source (origin
(method git-fetch)
(uri
@@ -2537,7 +2537,7 @@ shell scripts. Example of how to use @code{yad} can be consulted at
(file-name (git-file-name name version))
(sha256
(base32
"0fgzz39007fdjwq72scp0qygp2v3zc5f1xkm0sxaa8zxm25g1bra"))))
"1cspkrr976mqi6cjkgrckdmjbgahnxmq267wn1zd7gamv64vm8f2"))))
(build-system gnu-build-system)
(inputs (list gtk+))
(native-inputs (list pkg-config))