nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python37Packages.libversion: 1.1.3 -> 1.1.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-libversion/versions

authored by

R. RyanTM and committed by
Frederik Rietdijk
f7054527 ce083f4b

+2 -2
+2 -2
pkgs/development/python-modules/libversion/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "libversion"; 5 - version = "1.1.3"; 5 + version = "1.1.4"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "1ax1bq5hrbs2pq2krya83yj1s5cm33pcpwalnc15cgj73kmhb5fn"; 9 + sha256 = "0xp0wv4s1537s0iqa1ih3kfh1p70s7d1fkwhvrnbj8m98yjij84q"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkgconfig ];