Message ID | b646202fc171689fb66729180bcf6ac60a33bcd8.1731393213.git.zhengjunjie@iscas.ac.cn |
---|---|
State | New |
Headers | show |
Series | [bug#74318] gnu: dwl: Update to 0.7. | expand |
user guix usertag 74318 + reviewed-looks-good thanks Guix QA review form submission: Builds and works well, thanks for the patch! Items marked as checked: Lint warnings, Package builds, Commit messages
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 836d4b6c047..d1527cf9549 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1597,7 +1597,7 @@ (define-public dunst (define-public dwl (package (name "dwl") - (version "0.6") + (version "0.7") (source (origin (method git-fetch) (uri (git-reference @@ -1606,7 +1606,7 @@ (define-public dwl (file-name (git-file-name name version)) (sha256 (base32 - "1j7lmp6k80g54hrsmwixh8ahpnbax4khgiybg8lhlvmq93618a3z")))) + "0404awsx8v9fyk7p2bg3p937sc56ixf8ay465xgvjcnv78hh4apd")))) (build-system gnu-build-system) (arguments (list #:tests? #f ; no tests