# File lib/dep_selector/package_version.rb, line 49
    def hash
      # Didn't put any thought or research into this, probably can be
      # done better
      to_s.hash
    end