Archived
1
0
Fork 0

gnu: guile-parted: Update to 0.0.1.

* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.1.
This commit is contained in:
Mathieu Othacehe 2019-04-21 09:48:26 +02:00
parent 442a11f68f
commit dbcd503c46
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1009,19 +1009,16 @@ Scheme by using Guiles foreign function interface.")
microblogging service.") microblogging service.")
(license license:gpl3+))) (license license:gpl3+)))
;; There has not been any release yet.
(define-public guile-parted (define-public guile-parted
(let ((commit "ea3f1a1f6844775fc59d3078d2a09c62ffb341b8")
(revision "0"))
(package (package
(name "guile-parted") (name "guile-parted")
(version (string-append "0-" revision "." (string-take commit 9))) (version "0.0.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.com/mothacehe/guile-parted") (url "https://gitlab.com/mothacehe/guile-parted")
(commit commit))) (commit version)))
(file-name (string-append name "-" version "-checkout")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1q7425gpjlwi2wvhzq7kw046yyx7v6j6jyzkd1cr861iz34mjwiq")))) "1q7425gpjlwi2wvhzq7kw046yyx7v6j6jyzkd1cr861iz34mjwiq"))))
@ -1044,7 +1041,7 @@ microblogging service.")
allowing disk partition tables creation and manipulation. The bindings are allowing disk partition tables creation and manipulation. The bindings are
written in pure Scheme by using Guile's foreign function interface.") written in pure Scheme by using Guile's foreign function interface.")
(home-page "https://gitlab.com/mothacehe/guile-parted") (home-page "https://gitlab.com/mothacehe/guile-parted")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public guile-xosd (define-public guile-xosd
(package (package