3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: perl-class-singleton: Update to 1.6.

* gnu/packages/perl.scm (perl-class-singleton): Update to 1.6.
This commit is contained in:
Efraim Flashner 2021-05-18 22:58:36 +03:00
parent a05c1531b0
commit d3bd918aeb
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1565,7 +1565,7 @@ a mixin in order to become instantiable.")
(define-public perl-class-singleton
(package
(name "perl-class-singleton")
(version "1.5")
(version "1.6")
(source
(origin
(method url-fetch)
@ -1573,7 +1573,7 @@ a mixin in order to become instantiable.")
"Class-Singleton-" version ".tar.gz"))
(sha256
(base32
"0y7ngrjf551bjgmijp5rsidbkq6c8hb5lmy2jcqq0fify020s8iq"))))
"1942j9g0b4c88nvs3jghh3y31mlhbpwrx35xdcb2jaaiv7q17fi7"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Class-Singleton")
(synopsis "Implementation of a singleton class for Perl")