gnu: papirus-icon-theme: Update to 20210101.

* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20210101.
Also use upstream versioning.
This commit is contained in:
Leo Prikler 2021-01-02 23:45:06 +01:00
parent 67b1ef5f65
commit 0759cde4fe
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -585,21 +585,18 @@ (define-public numix-theme
(deprecated-package "numix-theme" numix-gtk-theme)) (deprecated-package "numix-theme" numix-gtk-theme))
(define-public papirus-icon-theme (define-public papirus-icon-theme
(let ((version "0.0.0") ;; The package does not use semver
(revision "2")
(tag "20200602"))
(package (package
(name "papirus-icon-theme") (name "papirus-icon-theme")
(version (git-version version revision tag)) (version "20210101")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme") (url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
(commit tag))) (commit version)))
(sha256 (sha256
(base32 (base32
"0yv19kl8jr2jmh9018b1qmnq68alw84vrmb35jm462qd3qzzdgah")) "0w6qg3zjhfvjg1gg5inranf8ianb4mrp0jm9qgi6hg87ig1rashs"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
@ -616,7 +613,7 @@ (define-public papirus-icon-theme
(synopsis "Fork of Paper icon theme with a lot of new icons and a few extras") (synopsis "Fork of Paper icon theme with a lot of new icons and a few extras")
(description "Papirus is a fork of the icon theme Paper with a lot of new icons (description "Papirus is a fork of the icon theme Paper with a lot of new icons
and a few extra features.") and a few extra features.")
(license license:gpl3)))) (license license:gpl3)))
(define-public vala-language-server (define-public vala-language-server
(package (package